Hi,
We are trying to stop people logging time on resolved issues, but want to allow them to log time on the final transition screen.
We are using the below on our resolved status:-
jira.permission.work.denied = denied
This works but any time entered on the screen on the final transition the "resolution screen" is not recorded & doesn't provide an error message.
The requirement is to stop time logging on the status but allow time to be recorded on the transition to that status.
Any help appreciated.
Hello @michael jones
Thank you for reaching out.
Per your description, I understand you would like to prevent users to log work on issues when they achieve the final status, however, allow it in the transition that leads to that status. Is that correct?
Indeed, the properties of Jira workflows are also applied to its previous transition because of the order of the post functions, which will change the workflow status before other actions in the transition (Log work, comment, etc).
We have the following feature request to change this behavior, however, due to the low number of requests, our PMs decided to don't implement it for Jira Server:
Allow default Post Function to be re-ordered
That being said, the workaround to prevent this problem would be to:
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.