Our new Appfire Documentation Space is now live!

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

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 7 Next »

A workflow condition which hides/shows a transition based on the result of Jira expression

The transition to which the condition is added will be available only if the Jira expression returns true. This can be used to test or compare issue fields, to test linked issues, to check for open Sprints, etc.

To add the 'Build-your-own (scripted) Condition' to a transition:

  1. Click Edit for the workflow that has the transition you wish to configure the condition on.
  2. In the Workflow Designer, select the transition.
  3. Click on Conditions in the properties panel.
  4. Click on Add condition.
  5. Select Build-your-own (scripted) Condition from the list of conditions.
  6. Click on Add to add the condition on the transition.
  7. Input a Jira expression in the Jira expression field.
  8. For information on how to write a 'Jira expression' see How to insert information using Jira expressions.
  9. Click on Add to add the condition to the transition.

Related links :

Refer to the Use cases for conditions page for use cases for this condition.

For information on how to write a Jira expression, see How to insert information using Jira expressions.

When you add this condition to a transition, the add-on checks the result of the Jira expression. If the expression returns true, the transition will be available to the user, and if it returns false or a non-boolean value, the transition will be hidden.

  • No labels