Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This article explains how to receive the last comment made on the issue in the email notification using Email Issue Post-function.

Use case: The last comment made on the issue should add while sending an email on a transition of the workflow.

Instructions

  1. Navigate to the desired workflow transition and add the Transition Issue post function.

  2. Add the target transition Id of the specific workflow and custom field Id based on your Jira instance.

  3. code

    <% if (transientVars.comment) { %>
    A reply has been recieved on ${issue.key}:
    ${transientVars.comment}
    <% } %>
  4. r

  5. r

  6. r

  7. r

  8. r

  • No labels