Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Setting permissions for Participants with jira.permission

Jake June 5, 2019

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?

1 answer

1 accepted

2 votes
Answer accepted
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 7, 2019

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

Jake June 13, 2019

Spot on, thanks Andy!

Suggest an answer

Log in or Sign up to answer