Hello,
Is there a key for a specific user to do the opposite when I use the following keys?
for example; Just like one user action to enter a comment after it is closed, not all other users can do it.
Thank you.
jira.permission.comment.user = False/True
jira.issue.editable =False/True ;
jira.permission.work.denied – denied
Hi @serkan_sezer,
To allow only a specific user to comment on an issue, add this status property to Closed:
Property Key: jira.permission.comment.user
Property Value: username
Here's the example:
The similar properties are for editing and working on issues:
jira.permission.edit.user = username
jira.permission.work.user = username
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.