This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
disabling_state_properties [2017/05/09 10:05] pawel created |
disabling_state_properties [2018/02/02 09:18] (current) root [Disabling State Properties] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| 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 " | 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 " | ||
| ^ Functionality ^ Property Key ^ Property Value ^ | ^ Functionality ^ Property Key ^ Property Value ^ | ||
| - | | Disable all users from commenting | jira.permission.comment.denied | + | | Disable all users from commenting | jira.permission.comment.projectrole | {PROJECT_ROLE_ID} | |
| - | | Disable | + | | 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 | ||
| + | | Allow projectrole to Assign Issues at state | jira.permission.assign.projectrole | {PROJECT_ROLE_ID} | | ||
| + | |||
| + | === Example === | ||
| + | |||
| + | {{: | ||
| + | ==== Links ==== | ||
| + | [[http:// | ||
| + | [[https:// | ||