Is it possible to restrict the issue modification depending on the status of the issue and who is modifying the issue?
You should be able to do this with "workflow properties"
https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
These properties can be set on a status and specifies who can change the issue. You can go very specific or allow/deny all.
Hi @SPACE coders ,
If developer a group, then use property jira.permission.edit.denied.group = developers Or if it is a project roe, then use jira.permission.edit.denied.projectrole = (ID of developers role)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have added these properties. But it doesn't work correctly. Because now I am not in the role of a developer, but I cannot update the task in the Ready status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @SPACE coders ,
jira.permission.edit.denied.group is same as jira.permission.edit.denied. It will block all users/groups/roles irrespective of them mentioned :(
The other solution is to add only roles who needs the edit.
i.e. jira.permission.edit.projectrole.1, Value = role ID first role who needs the access.
jira.permission.edit.projectrole.2, value = role ID of second role who needs the access and so on.
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.