Hi,
I got a requirement as below. When User creates an issue, he/she should see only one Issue type in the drop down (Say Production Issue), but once created, team will decide the Issue Type. So while editing the issue, Users should see multiple Issue Types in the drop down.
In brief, On Create Issue Screen - Only One Issue Type and in Edit Issue Screen - Multiple Issue Types.
How can we achieve this.
It is not possible to restrict the issue type dropdown values.
However, on the workflow for create transition add a validator that ensures that only "Production Issue" can be selected.
In the Simple scripted validator enter condition issue.issueType.name == 'Production Issue', Error message that you want to display and select the field Issue type.
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.