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.
Hey guys,
right now I try to find a way to create an automation for the following:
Everytime, a version (in project: SCRUM) is released, I want to check each single issue of this version if its status is done and if so to set its related (is cloned by) issue (in project SUP) to done.
How can I do this?
Kind regards,
Johannes
Hi Johannes,
Can you post the rule that you have so far and what is not working with it?
Hey @John Funk , thank you very much for the quick response.
The problem so far is, that for my understanding I have to combine two branches:
1. for adressing the issues in the current version from my trigger "version released"
therefore I used either the "for issues fixed in version" branch or a "for JQL" branch, both seemed to work.
2. for adressing the related (is cloned by) issue in another project.
Unfortunately after creating a branch,within this I can just create an action or a condition, but not another branch.
Is there a way to create this kind of rule?
kind regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, if I understand it correctly, you probably want to use lookupIssues instead of the first branch. Then use the values returned from the lookupIssues in the bottom branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried this, but an error occurred:
Can you help me with that?
ALSO: In case of using lookupissues, what can I do to look up fore more than 100 issues?
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.