I want to hide the Edit issue button and that should be visible only to specific groups.
And also I want to implement it through workflow transition only.
Thanks,
Rajesh
From the document Nic pointed, the following syntax will be helpful for your requirement:
jira.permission.edit.group.1=some-group-one jira.permission.edit.group.2=some-group-two
some-group-one and some-group-two are the only group members to edit the issue. Add these permissions to all the statuses in your workflow.
There's a really simple blunt way to do this wholesale. Set the "do not edit" property on all the steps in your workflow. That will prevent any edits and hide the button completely, while still letting you do all the workflow actions. It overrides the edit permission in the permission scheme.
You can see an example in the fixed default JIRA workflow - the property is set on the "closed" status. See https://confluence.atlassian.com/adminjiraserver071/workflow-properties-802592825.html for more
You can set it so that some groups can edit as well, but they will get the edit button back if they do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What should I write in the Propertykey and Property value to hide the Edit button in workflow transition ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Depends on your exact requirements - have a look at the doc I pointed to
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.