Hi There,
I'm trying to set up a workflow of Change Control. It requires inputting the field named "Change Control Type" when the user tries to create an issue. After clicking "create", I hope it could automatically show the transition screen bases on the value of "Change Control Type".
e.g.
Once the Change Control Type = Add Scope, it redirects to the Add Scope transition and popup the related screen.
In this case, users do not need to make a second click after creating.
Would this be possible?
Thanks,
Olive
If this implementation is in Jira Server/Data Center, you can do this with the "Behaviours" feature from ScriptRunner for Jira. You could configure the create screen to show dynamically the fields from the "Add Scope" transition depending on the value of the "Change Control Type" field. This way you wouldn't need the "Add Scope" transition at all.
More information in the link below.https://docs.adaptavist.com/sr4js/latest/features/behaviours
If this is for Jira Cloud, I'm trying to find that solution myself but I haven't been able to find a way to do this yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.