Disabling State Properties

You can disable certain properties at certain states, for example if you want to disable all users from being able to comment on an issue in a “done” state, you would go to the workflow step in the edit mode, select the “done” state and click Properties.

Functionality Property Key Property Value
Disable all users from commenting jira.permission.comment.projectrole {PROJECT_ROLE_ID}
Allow Jira Group to edit at state jira.permission.edit.group {JIRA_GROUP_NAME}
Allow projectrole to edit at state jira.permission.edit.projectrole {PROJECT_ROLE_ID}
Disable projectrole to Work on Issues at state jira.permission.work.projectrole {PROJECT_ROLE_ID}
Allow projectrole to Assign Issues at state jira.permission.assign.projectrole {PROJECT_ROLE_ID}

Example

Permission Based Workflow
Editing Closed Issues