The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Lookup issues Automation (Parnet key = trigger issue key)

박보은
Contributor
November 30, 2021

Hello, I have a question for automation "Lookup issues".

 

I want to lookup subtasks, which is the children of the triggers.

Is the JQL wrong? the result just shows the name of the parent, saying wrong JQL in the audit log.

 

Thank you.

 

image.png

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Answer accepted
Alex Koxaras -Relational-
Community Champion
November 30, 2021

Hi @박보은 

Can you try this {{triggerIssue}} instead of {{triggerissue}}?

Most likely it could be the capital "I" of the word issue.

Let me know!

박보은
Contributor
December 1, 2021

I tried it, but It still doesn't work for me.

the audit log says, that "=" is unexpected in the Lookup issues JQL 

박보은
Contributor
December 1, 2021

It worked for me when I changed the JQL to 

parent = {{triggerIssue.key}}

 

thank you!