You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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 @Melanie 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.