about permission

Inga October 12, 2015

How it is possible that only creator of task and member of project can view tasks of project?

2 answers

1 vote
Christian Czaia _Decadis AG_
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 13, 2015

Couldn't you just use a single security level and add the reporter and lets say the project role "Users / or members". Then you could make the security level the default level in which case users wouldn't have to set the security level manually?

Cheers

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 13, 2015

Yes. I always forget the default security level (because I go for "reporter browse" every time this one comes up)

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 12, 2015

You need to review the permission scheme for the project.

Specifically, look at the line that says "browse project" - this will give you the rule for who can see the issues in the project.  It will be something like "role (users) and role (developers) and group (jira-developers)".  You can then look in the groups and roles to see who has access currently.

I suspect you want a simple rule in there like "role (users)" to cover "member of project", but "creator" is a bit more complex.

The mistake most people make at this point is assuming that giving "browse: reporter" will stop anyone other than the reporter seeing their issues, but it's wrong.  If you give "browse: reporter", it will give everyone with "create issue" rights a full view of the issues.

There are two ways to do this:

The messy complicated way that needs a bit of code to make it infallible:  Set up an issue security scheme that says "reporter can see this issue".  If you do this, you're relying on the users to set the right security level, which may be ok, but a lot of people then add code in the workflow to set it automatically, so they don't rely on the users!

The cleaner better option is to enable "reporter browse" permissions.  This requires you to change a setting file in your install, and understand that as an admin, you must be careful not to misuse it, but it works.

Suggest an answer

Log in or Sign up to answer