Forums

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

DestinationIssue not recognized in JQL query

Petri Ryhänen
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!
November 12, 2022

I need to copy Component from Product Requirement (PR) to Test issue when those are linked (PR 'is tested by' Test).

For some reason smart value {{destinationIssue}} (WOW-2811) is interpreted as {{issue}} (WOW-16078).
How to circumvent this and get the wanted outcome?

DestinationIssue_not_recognized_JiraAutomation.png

I noticed that issueType.name should be used. Did not help with {{issue}}.

Issue.IssueTypeName_JiraAutomation.png

1 answer

1 accepted

2 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 12, 2022

Hi @Petri Ryhänen 

Smart values are name, spacing, and case-sensitive...and I noticed in your condition you use issuetype rather than issueType, and so that condition may be collapsing to null.

Please try {{destinationIssue.issueType}}

And also...what type of project is this: company-managed or team-managed?  If team managed, you may want to confirm the exact issue type, perhaps using an example test query in advanced issue search to confirm that works:

project = WOW AND issueType = "Product Requirement"

 

Kind regards,
Bill

Suggest an answer

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

Atlassian Community Events