This could be poor workflow design on our part but here is what we are experienceing.
We have made TIME SPENT required on the transition (validator) to CLOSED status. The problem is when user moves an item WHICH ALREADY HAS time spent to CLOSED status, we get an error saying TIME SPENT is required and are prevented from changing status to CLOSED unless we add more time on the Resolution screen.
If anyone has suggestions on how to correct this, I would love to hear them.
Ultimiately we just want to make sure that by the time an issue in Closed status, there is some time on it.
we are on jira v7.2.1 and have tempo timesheets
You've used a validator which is checking current input on the transition, and not the value of the work logged. I'd change it to say "validate that work logged is larger than zero OR time spent is updated"
@Nic Brough -Adaptavist-. I like that suggestion. part of the reason I got stuck was I did not see a way to do that with the out of the box Validator options. Do I need to use script runner or marketplace add-on to accomplish that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I'm afraid you will need a bit of code to do that. ScriptRunner is a natural choice for me, but that's because I can throw questions at Jamie's team when I get stuck.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.