Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Project role mapping with issueType

Tarun Sapra
Community Champion
September 23, 2013

Hi,

Is there a clean way to achieve the functionality in which certain issue types can be created by users in certain roles?

The only way i can think of is putting conditions on create transitions, is there any other way?

3 answers

1 accepted

0 votes
Answer accepted
Tarun Sapra
Community Champion
March 3, 2014

I have implemented this feature using a groovy script on the create issue validation phase.

0 votes
Young Plugins
Contributor
March 3, 2014

Consider this: https://marketplace.atlassian.com/plugins/net.youngaweb.jira.issue-type-ui-filter. I recently released it. This is client side only, but are working on a server-side check as well.

0 votes
RambanamP
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.
September 23, 2013

as of my knowldge you can't add condition to create transition!! only you can configure validators and postfunctions!

you can find workaround here

https://jira.atlassian.com/browse/JRA-5865

https://answers.atlassian.com/questions/33259/permission-to-create-specific-issue-type?page=1#33270

Tarun Sapra
Community Champion
September 23, 2013

my bad, yes i meant validators on create transition. I can use groovy script to achieve this functoinality using the scripting plugin.

Suggest an answer

Log in or Sign up to answer