Restrict permission for user not in a group

François-Xavier Choinière November 17, 2014

Is it possible to denied a permission to everybody NOT in a group or NOT a reporter in a state property?

I want to restrict edit permission to only reporter at a certain step. And to only certain group in other state.

jira.permission.edit.(not reporter) = denied
jira.permission.edit.(not groupname) = denied

 

Also, Is there a permission to display? jira.permission.display.<macro> = denied?

Thank you

1 answer

0 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 17, 2014

JIRA works on the allow permission model. Everyone is excluded to begin with and then you start adding permissions. I believe workflow permissions override the global so just give it to the reporter. I don't know if you can put multiple permissions.

François-Xavier Choinière November 17, 2014

Which value will you put to the property? jira.permission.edit.reporter = ???

Suggest an answer

Log in or Sign up to answer