Our new Appfire Documentation Space is now live!

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

How to transition an issue based on a custom field value using the JMWE app

This article explains how to transition an issue based on a custom field value using https://innovalog.atlassian.net/wiki/spaces/JMWE/pages/68878502 post function.

Use case: Based on the custom field, Question, with value “Yes” or “No” transition of the current issue happens. If the selected value is Yes, the issue shall go to Review status and if the value is selected as No, it shall go to Done status.

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. Enter the below Condition Execution which will make sure to execute the post function when this condition is true.

  4. Add the following post function.

  5. Publish the workflow and execute the scenario.