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: 

Restrict access to "edit" page

Kevin Kelleher
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 30, 2013

Is there a way to prevent users from getting to the "edit" page?

My problem is that I don't want people changing things such as Issue Type or Priority.

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Udo Brand
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.
May 30, 2013

Remove those fields from the edit screen, so they can not be edited.

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.
May 30, 2013

You could

  1. Remove their "edit" rights completely
  2. Remove the issue type and/or priority from the "edit" screen (leave them on the "Create" and "View" screens)

There are some other options, but at a glance, the second line above sounds like the right direction for your question? There's a few gotchas with it as well, but I won't waffle about those unless you confirm the basic idea sounds right for you.

Kevin Kelleher
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 30, 2013

Ah - thanks! I didn't see which screen was the "edit" screen. Taking the fields off will work fine.

0 votes
C_Faysal _CFcon_
Community Champion
May 30, 2013

hi kevin.

you can set workflow properties.

https://confluence.atlassian.com/display/JIRA/Workflow+Properties

so for example a property for an issue that is in state "closed" could look like:

KEY=jira.permission.edit

VALUE=false

nobody can edit the issue after it moved to "closed"

i personally use this:

KEY=jira.permission.edit.projectrole

VALUE=10001

so only users that are included in this projectrole are able to edit