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 everybody,
I am trying to create a list of feedback issues (e.g. for HR, who needs feedback from all employees hired last month (lets say 5 people)). I run the Jira automation rule from a Feedback-Blueprint-Issue, which is used as base for the employee-feedback issues (summary field and description), to copy the content from. The approach looks as follows:
Run rule from Feedback-Blueprint-Issue (== triggerIssue):
Screenshots for better understanding:
Hi @Manju
Unfortunately branch within a branch is not possible. Even if you try to add another branch for the Newly Created Issues, JA can't recognize the newly created issues, since they were created on another branch.. bummer.
However, after trial an error I came up with a solution, which may cost you on performance. But we'll get to that! So this is my rule:
The magic component is lookupIssues. This is where you should narrow down your search and try to have as less results as possible.
And then when you create your issue, you simply write the following to the summary:
I've tested it and works like a charm!
Let me know if you got this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.