Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

{{destinationIssue.status}} = "To Do" not recognizing in JQL

Jeff Brink
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!
July 25, 2023

Hello,

 

I'm just trying to be able to change the status of linked issues together.

If I link a support ticket to an actual issue I want it to copy the newly linked issue's status ('To Do' or 'In Progress') to my support ticket's status.

What is wrong here?

 

My original query is:

{{destinationIssue.status}} = "In Progress"

 

In the above pictures I've tried 

{{destinationIssue.status.name}} = "In Progress"

 

which seems to get the match I want (In Progress = "In Progress"), yet isn't passing somehow

.Screenshot 2023-07-25 235637.pngScreenshot 2023-07-25 235506.png

1 answer

0 votes
Evgenii
Community Champion
July 25, 2023

Hi, @Jeff Brink 

JQL is not programming language, no need to use this comparing. You have to use JQL like you wrote in your post:

{{destinationIssue.status}} = "In Progress"

What's the problem with it?

Jeff Brink
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!
July 26, 2023

It's not working as I said in my post. 

 

If I do {{destinationIssue.status}} = "In Progress"

 

The event never gets fired because it doesn't meet the criteria for whatever reason

Screenshot 2023-07-26 095353.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events