Versions Compared

Key

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

...

  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. Select Email issue from the list of post-functions.

  4. Click on Add to add the post-function on the target transition Id of the specific workflow and custom field Id based on your Jira instance.code.

  5. Add the below post function.

    Image Added

  6. Add the below code in the Text Body.

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

    Image Removed
  8. r

    Image Removed
  9. r

  10. r

  11. r

  12. rPublish the workflow.

  13. Add the comment in the issue during transition. It will send the email as shown below

    Image Added