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.
I've set up a project space that is collecting issues from clients. They will be triaged and moved to the team that owns resolution. Is there a way I can automate adding a comment when the issue is moved OUT of the initial project space?
I have figured out how to add comments when an issue is moved into the project space with the trigger "issue moved".
Hi @Renee Niewald - If I understand correctly, you're trying to capture when an issue has been moved out of a specific project? If so, it would be the same rule as when a project is moved in scope, but the rule would need to be global. You could do something like this:
{{triggerIssue}} Moved from:
{{changelog.project.fromString}} to {{changelog.project.toString}}
This isn't specific to in/out of scope, but every issue that is moved gets a comment that it was moved along with the source/target projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.