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.
We have a custom filed of single selection type list. We want to run a groovy script which will run if anyone changes its value.
We also don't have option to go with Behavior also because in our script we are fetching profields value. And we are not sure we can access those values when we write the code in behavior.
why don't you want to create a listener? it sounds like exactly the scenario you need a listener for
Because this is a project specific requirement so we don't want to configure it in system level.
Also in consideration of future JIRA scalability & performance (NFR), we don’t want to use web hooks & script listeners for project specific customization in our shared Jira instance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
well, I guess you can make a separate transition with that field on a screen and then add a postfunction to it with the logic you want, but listeners can be project specific as well, if thats your main concern
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please guide me in detail how will I make this transition with that field ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Basically, you remove that field from issue edit screen and then create a transition from any status to any status with a screen that contains this field
and then add postfunction to this transition
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.