How can we set permissions for participants with jira.permission?
For example, if I wish to allow the reporter to comment, I can use:
jira.permission.comment.reporter
What is the equivalent for participants?
Hi Jake,
If I understand your request here, it looks like you're trying to setup a workflow property in order to grant a the 'Request Participants' field in Jira Service Desk the ability to comment on a closed issue.
That field is essentially a user picker custom field, just a special one that is created by the service desk plugin. As such I think you can use a syntax such as
Property
jira.permission.comment.userCF
Value
customfield_10108
where 10108 is the id number of that specific 'request participants' custom field. Each Jira install could have a different value for that custom field. So I would recommend trying to follow the KB How to find id for custom field(s)? in order to find this value in your own Jira site and then use that id number here.
Credit should go to Jobin for his related answer in https://community.atlassian.com/t5/Jira-questions/Proper-syntax-for-jira-permission-permission-userCF/qaq-p/454011
I hope this helps.
Andy
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.