Hi Team,
Is there any possibility to hide particular issue type in issue type type dropdown when creating new issues.
For Example: The Project A contains Bugs, Epics, Stories and Tasks. I want to setup my jira application, when the user creates a new issue only the Bugs, Tasks and Stories should visible in the Issutype dropdown except Epics. Is that possible?
Thanks,
Chandra.
There are many ways to do it such as; javascipt, workflow validators, Script Runner behaviours, Issue Type Filters plugin etc.
This is a known topic in community. Take a look at this link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot do it with Scriptrunner, it cant work with issue type field.
https://productsupport.adaptavist.com/browse/SRJIRA-1010
But also you can do it with Power Scripts Live Fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mark MarkovBut you can disable opening Epic ticket with an error message. That's a workaround and solves @Chandrasekhar V L's problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I mean Scriptrunner Behaviours only :)
Yes, validators can do it. But it will not filter issue type field. It just restrict creation given issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.