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
I'm working on an internal uservoice / idea sharing project that will be open to anyone.
I'd like to allow any product teams to include links to this project, and when work starts on a project team to add a comment like "Project MYPROJECT-007 in progress" or "Project ANOTHERPROJECT-003 " to the ticket "IDEA-009". I don't want to have to edit the workflow for every other project in my instance in order to get this done - several of these are managed by other groups.
Is there a good other alternative? I was thinking scriptrunner and / or capturing the event created by the transition with a listener, but I'm not familiar enough to know if this is even possible.
Hi @Tim_Brigham
I think It's possible to do it through scriptrunner. I did something similar.
You can create a custom listener and catch all transition events. The event contains all necessary info about an Issue that triggered the event. Using the event object you can retrieve Issue objects, comments, fields and so on.