The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Limit ability to change component only to certain project roles

Rahul Aich [Nagra]
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 Champions.
April 23, 2014

Hi

We would like to limit the ability to change the component only to certain project role members and not to everyone who has edit permissoins.

How is this possible?

Rahul

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Boris Georgiev [Appfire]
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 Champions.
April 23, 2014

Look at this dicussion - I think it covers what you're asking

https://answers.atlassian.com/questions/208002/restrict-editing-of-select-issue-fields

Rahul Aich [Nagra]
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 Champions.
April 28, 2014

thanks Boris..

1 vote
Nic Brough -Adaptavist-
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 Champions.
April 23, 2014

It's not. If you can edit an issue, you can edit it.

Jira doesn't do field level security. You could do it with the Quisapps field security plugin, or botch in some javascript (seriously, not advised), but Jira doesn't do it natively.

Or, you could move the edit into transitions and control them. Remove the components field from the create and edit screens in use, then put it on it's own screen. Then use that screen in transitions that go back to where they came from and are controlled by permissions matching your groups

Rahul Aich [Nagra]
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 Champions.
April 28, 2014

Thanks Nic for your response. That helps.