Is it possible to make allow deletion of issues based on conditions?
e.g. If the issue I am trying to delete is a subtask, so, is there any way to allow deletion for a particular project role only when the parent of that subtask is in 'Open' state? Or is any sort of scripting possible here?
This should be done only for a single issue type in a single project. For all other issues types in the same project, no user should be allowed to delete issues.
My understanding is that since Behavior scripts don't work on View Screen of issues, hence they cannot be used.
Also, Script Listener would be triggered after the Issue Deleted event is completed, hence that is also not possible
Search for Workflow based permission manager.
You can use this to limit permissions per status on a particular workflow.
Hello @Steven F Behnke ,
Thank you for your reply.
I have checked the Workflow properties. Yes, they are helpful when we want to give to give the permission to a particular role/ group without any additional conditions.
But, I am looking for applying conditions on that as well. e.g. the permission to that particular role should be given if the value of a particular custom field is "Yes".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.