Is it possible to give users permissions to only be able to delete a certain issue type? (ie - can delete bugs, but not stories....)
Jason,
You can achieve this my creating different workflows (e.g. one for bugs and one for stories). In the Bugs Workflow you leave it as it is, and the Stories Workflow you can set properties on the steps as per this blog post in order to remove the permission to delete the issues.
That is, you'd need to add a jira.permission.delete.denied = denied property to all the steps in the Stories Workflow as per this documentation. Alternatively, you can use jira.permission.delete.group = jira-administrators for example so that only admins can delete issues.
It's a bit of work, but it's certainly possible. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Anytime. Let me know if you need any further help with this. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matheus,
Works perfectly.
Out of 6 issue types in a project, I had to allow reporters to delete their own issues (For Four Issue types) and no users other than Jira-Admins should have the permission to delete the other two issue types.
So just like you suggested, I provided the "Delete Issue" permission to the "Reporters" in the Permission Scheme of the project and added those properties for each state in the workflow of the two issue types.
Thank You Very Much!
Best Regards,
Manish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not really, permissions (such as delete) are project level items, not issue-type
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.