Hi,
It is possible to block users from logging time spent on tickets in a specific status using the jira.permission.work.denied workflow property key.
But this leaves the possibility of deleting or modifying the worklogs.
I want to block the deletion and modification of worklogs with a specific status.
I tried using jira.permission.worklogdeleteall.denied and jira.permission.worklogeditall.denied but it doesn't seem to work
Do you have any suggestions?
regards,
Hi @Mélanie Liguet,
I have not tried going so far in restricting permissions personally using workflow properties to be honest, but you may be running into this issue that is mentioned in workflow properties documentation :
I am not sure where in your workflow you are trying to apply these restrictions. A common scenario is to do this in a closed status and then it is quite common to deny any more updates to the issue whatsoever, which you do with the jira.issue.editable = false property.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.