$customHeader
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 6 Next »

This article explains how to receive the last comment made on the issue in the transition screen 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. Select the Post functions tab and click Add post function.

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

  4. code

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

  6. r

  7. r

  8. r

  9. r

  10. r

  • No labels