Disable create issue in project on create issue screen. (No through permissions) (Jira 6)

Pavol_Lackovič October 29, 2013

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

2 answers

1 accepted

1 vote
Answer accepted
Florin Manaila
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 29, 2013

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.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 29, 2013

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.

Suggest an answer

Log in or Sign up to answer