Hi,
I have almost got this working with issue and general security schemes, but feel that I have overcomplicated it. Could someone point me to the "simplest" way to arrange the following arrangment for a given project:
1) Developers can create and view all issues
2) Others (e.g. Customers) can create and view *their own issues only*
Many thanks
Alex
Yup
1. Create a role for developers, put each user into it, and amend the permission scheme for the project to say "browse = role: developers"
2. You might want to have a way to identify customers, but on the assumption that you want anyone able to create issues (not see them initially, just create), I'm just going to use the jira-users group. Permission scheme should read
2.1 Create = group: jira-users
2.2 Browse = role: developers
2.3 Browse = reporter-browser
I don't know if reporter-browser is enabled in OnDemand though - see http://confluence.atlassian.com/display/JIRA/Current+Reporter+Browse+Project+Permission
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.