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

Compare with Current View Page History

« Previous Version 2 Current »

On this page

Use case

Evaluate different values of the issue in the Parent field of the transitioned issue.

This use case is valid for both conditions and validators . The only difference is that you can specify an additional error message when using a validator.

This validation only works in transitions different from the Create transition.


Configuration

Jira expression*

issue?.customfield_nnnnn == "KEY-1" || issue?.customfield_yyyyy?.data?.key == "KEY-1"

Evaluate if the issue entered in the Parent field has the key "KEY-1".

Note that it is necessary to replace "nnnnn" and "yyyyy" with the ID of the Parent Link field and the ID of the Epic Link field. 

Other properties of this field can be evaluated by replacing the "key" property with other properties such as "issueType.id" for the issue type ID or "projectId" for the project ID.

  Related use cases

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