Hello, community.
I got the use of the workflow permission attribute from the link below, but I don't know what form it is for the value corresponding to some specified roles? Do not know whether to fill in the id or name or something else?
Where can I see them in detail?
https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
The page you provided is the right place to find the information.
Could you please provide more clarity on what you are trying to achieve? Is it blocking / allowing a group of people? Specific role? Specific permission?
Then I give a few examples
such as this property
{user} is who’re restricting the permission to — applicationRole, assignee, reporter, sd.customer.portal.only, groupCF, group, lead, projectrole, user, userCF.
I would like to know what form the values correspond to these keys.
When I use the property jira.permission.edit.applicationRole, I don't know what my value should be configured? Is it the id of the corresponding program role, or the name, or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should always be using the ID or key.
In order to figure out the possible values, you can use the GET applicationRole endpoint:
Regards,
Eugenio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much for solving some of my problems.
But there are still some leftovers.
For example, jira.permission.edit.sd.customer.portal.only, jira.permission.edit.lead, I still don't know what type of value should be configured for these two properties, how should these values be obtained?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira.permission.<things>.<who> should be set to the "who" you want to use the permission for.
For example
Jira.permission.<things>.group = Jira-developer-users (people in that group)
Jira.permission.<things>.user = Bob (The individual Bob can do this)
Jira.permission.<things>.role = Developers (People in the role of developers in the project)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.