Hi,
In our Jira Project Setup, we have a Security Level for each Customer.
We are managing the correct level setup in Post Function of the Workflow during ticket creation. This is done using a Custom Scriptrunner Script.
We are required to automatically have the "Security Level' of a ticket changed anytime whenever any user changes the Customer in any ticket using the 'Edit' option.
Please suggest ways for accomplishing this.
Thanks,
Rupa
Could you remove the Issue Security field from the edit screen so that the user could not edit it?
additionally, you could look at the BEHAVIOURS plugin (part of script runner) that would allow you to set the field to read-only.
You can create a listener on the issue updated event usting Scriptrunner. You can find more information here
https://scriptrunner.adaptavist.com/5.0.0/jira/listeners.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You could add a transition where you change customer you change security level in post function of this transition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need this change to be made when the workflow is not in the picture. Like when someone uses the 'Edit' option to change the field 'Customer'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok,
I think the only why is to develop a plugin and override this action
or using java script in edit screen or add transition edit which lets the issues in the same step.
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.