Hi
Is it possible disable create issue by key "issuetype:project"? (in Jira 6)
Example: I have projects p1 and p2 and I have issuetypes type1 and type2.
I want to be able to create issue (through create screen) of type 'type1' in 'p1' but not in 'p2'. And I do not want to be able to create issue (through create screen) of type 'type2' in 'p1' either 'p2'. But I want to be able to create issue of type 'type2' in 'p1' and 'p2' by the script.
through create screen I mean this:
Is it possible?
Thanks
You can do this using the Live Fields feature of JJUPIN.
We have a similar tutorial here:
http://confluence.kepler-rominfo.com/display/TR/Forbidding+users+to+create+some+issue+types
Anyway, you should double that up with a validator (also doable with JJUPIN) on the create transition. Client-side validation is great for user experience, but bad for security.
Not without code. Possibly the most simple approach is javascript (no amending the core of Jira), but that can be bypassed quite easily. With any coding approach, you'll have to maintain it through releases of Jira as well.
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.