Is there a way on jira cloud to restrict logging time on a ticket if it is in a certain state? Our plan is something like:
Workload is over 90% -> Ticket goes to state "Approval for more time" -> user cannot log time on it -> Project lead approves the ticket to overlog time and puts it into a status where the user would be able to log time again.
The automation for the status is not the problem only the option to restrict logging time while in state ""Approval for more time""
Hi @Marco
thanks for your question. You can use workflow properties to restrict/allow different actions on issues.
In your case it would be:
jira.permission.work.denied
This disables work log when an issue is on a particular status.
Documentation on how to implement this can be found here.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.