Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

  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

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

    Image Added
  6. r

    Image Added
  7. r

  8. r

  9. r

  10. r