I have a role who I would need to restrict. I have several workflows. I need this role to be able to edit just in one state of one workflow. Is it possible to do it? Indeed, I don't want to restrict other different roles to edit in that state.
Thank you!
Hello,
You could use workflow properties.
You could define jira.permission.edit.projectrole workflow property to define roles, which can edit an issue in each status.
This workflow property would look like this:
jira.permission.edit.projectrole.1=10101
You can find more info here:
https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status
I wanted to find an easy way but, at the end, I am using the article information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created customized project roles like "ejecutorSubtareas". Is it necessary to have an role id? How can I find it?
I am trying it:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Finnaly, I have found the way. Role id is able to see in System>roles>edit
In that page, check the id in the url of the page.
Something like: https://XXX/secure/project/EditProjectRole!default.jspa?id=10100 where 10100 at the end is the id.
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.