Versions Compared

Key

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

...

Instructions

  1. Navigate to the desired workflow intended workflow to make the necessary changes in the edit mode.

  2. Select the required transition.

  3. Select the Post functions tab and click Add post function.

  4. Select Email issue from the list of post-functions.

  5. Click on Add to add the post-function on the transition.

  6. Add the below post function.

    Image RemovedImage Added

  7. Add the below code in the Text Body.

    Code Block
    <% if (transientVars.comment) { %>
    A reply has been recieved on ${issue.key}:
    ${transientVars.comment}
    <% } %>
  8. Publish the workflow.

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

...