Hi guys,
I want only some groups to attach files in issue at each status, how to restrict that, Please refer screen shot below.
Thanks,
Dinesh
You can use workflow properties
jira.permission.attach.group = Group-name
https://community.atlassian.com/t5/Jira-questions/jira-permission-attach-property/qaq-p/646695
Hi @Dinesh
You can use workflow properties to define permission for attach on all status.
For defining permission through workflow property , please refer to this article.
https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is working and I have verified it. Please Make sure you are not overriding it at any other place.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do something like below :
jira.permission.attach.group.1 = some-group
jira.permission.attach.group.2 = some-other-group
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.