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.
Hi Community
Goal - when a new issue is created I want to match a custom field value to any existing JQL search and then link them together
Custom field _ Movie Name: Tarzan
For e.g. I already have a issue in system with this movie name.
Any newly created issue which has same movie Tarzan should be linked as "Relates to
Question how do i get the key of issue from JQL result? using this I plan to link to newly created issue... ( I am thinking like a SQL developer)
here's what I have tried with Error:
Hi @S
Would you please post images of the actual audit log details for the rule execution and of the details of your branch action? Those may provide context for this symptom.
And also...smart values are name, spacing, and case-sensitive. The one for the trigger issue is this:
{{triggerIssue}}
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, and unfortunately some of the errors automation rules show are not clear on what is happening...
I wonder if this has something to do with whatever the name is of the field which you are concealing, perhaps due to some embedded, or reserved, character. This could also be due to an issue type name containing non-alphanumeric characters.
Please try to confirm the field name and issue type which works with JQL, using a test query in advanced issue search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I generated the JQL using advanced search and then used it the query.
I will try renaming the customfield and provide you the feedback
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.