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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.