You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

On this page

This condition is used for hiding or blocking a transition depending on the result of a JQL query.

Field codes in the format %{nnnnn} can be inserted in the JQL query. It will be replaced by the corresponding field values at JQL execution time. Most of the times you will require to introduce one or more field codes in your JQL query since usually some kind of reference to the current issue (%{00015}), current user (%{00020}), current date (%{00057}), assignee (%{00003}) wants to be made.

In this documentation and the condition configuration you will notice the symbol ( * ) next to some parameters, it means that this field is mandatory and shall not be left empty. Fields without the symbol are optional.

Basic configuration*


Below you will find a detailed description of each parameter of the basic configuration for this condition.

JQL*

Enter plain text and optionally use field codes, e.g %{issue.summary}, to insert field values.

Test your expression by clicking the play button on the top right of the expression box.

Condition*

Select the condition from one of the following options:

  • Current issue belongs to the output of the query
  • Current issue doesn't belong to the output of the query
  • Number of issues returned by the JQL query satisfies a logical expression

Upon choosing the third option, the following has to be done:

Expression*

Temporary number 1 - {issue.temporaryNumber1} - returns the number of issues returned by the JQL query. The expression must return a true or false.

Test your expression by clicking the play button on the top right of the expression box.


Run as

Choose which user* will be able to execute this post function. By default, it is set to the Current user.


If you still have questions, feel free to refer to our support team.