In project "Hr Vacations" ,we have
- three issue types "Emp Vaction Type" , "Worker Vacation Type" and "Management Vacation Type"
- transition "Approved" between status "Inprogress" and "Approve"
on this transition there transition screen "Approved Screen" with fields (field1 , field2, field3, field4 and field5
How can we implement the following requirement:
During the transition, hide the fields (field4 and field5) if the issue type is "Management Vacation Type"
Copy the workflow (let's call that wf-new). Copy the approved screen (let's call that as-new).
Inside wf-new, associate as-new as the transition screen for the approval.
Inside as-new, remove field4 and field5
Go to the project's "workflow scheme" and add a new workflow to it, selecting wf-new and associating it only with "Management Vacation"
Is there any other way to implement it using transaction validation/condition or script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could have one workflow with two transitions. One would have the screen with 5 fields on it and a scripted condition for "issue type != management" and the other have the 3 field screen and a condition for "issue type = management". But you'd need code for that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The condition can be written using native Jira or I need addon
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.