You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
When a certain subtask is created, I want it to be linked to its "sister/brother" subtask that contains a certain word in the summary. So I need to find subtasks with the same parent.
I want to make a new branch in the automation and there I want to use JGL but what do I need to write in there?
For the certain word I use
summary ~ 'Anhang' and ....
can someone tell me waht the second part looks like?
Thanks in advance!!!
Hi Dominique, welcome to the Atlassian Community!
Can you try this JQL query in you automation branch?
summary ~ 'Anhang' and parent = {{issue.parent.key}}
{{issue.key}} is a smart value and references the parent issue key from the issue triggering the rule. So if your new subtasks triggers the automation parent = {{issue.parent.key}} will return all issues from the same parent as you sub-task
More smart values can be found on Smart values - general
I hope this helps!
the jql section does not like the {{ }}, so when I go on "check query" I can not select it, only when I delete them but that does not work. is there a workaround?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But you can save the configuration without pressing "check query" right?
I think it should work like that, it has been a while since I tried this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome! Glad I could help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.