Jira Cloud: Itteration with conditional block

Shawkat Ali
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 11, 2022

Hi,

I would like to combine below into one like of code for links:-

Condition 1: Issue type is Bug 

Condition 2: Status of Bug issues is NOT Closed

 

#{if (%{(‘${Links[n].IssueTypeName}’.equals(‘Bug’))})}

#{if (%{(‘${Links[n].Status}’.equals(‘Closed’))})}

 

 

1 answer

0 votes
Nicolás Figueroa February 28, 2023

something like this:

{if (%{‘${Links[n].IssueTypeName}’.equals(‘Bug’) && ‘${Links[n].Status}’.equals(‘Closed’)})}

You can use

AND = &&

OR = ||   

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events