Was wondering if anyone knows if before a ticket is moved to done, if there is capability to alert the ticket assignee to ensure they add their tracked time in the ticket?
Thanks all! We are on the cloud instance of JIRA and it sounds like I would need to install ScriptRunner in order to add a validator as well
Hi Melanie,
I can confirm that ScriptRunner for Jira Cloud does not provide the functionality to create scripted conditions and validators like ScriptRunner for Jira Server does as described in the KB articles located here and here.
I can also confirm that you can see more detailed information on the differences between ScriptRunner for JIRA Cloud and ScriptRunner for JIRA Server inside of the documentation page located here.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Melanie,
You can add a post-function that notifies the assignee of the ticket to add the time spent on the ticket. You should add this to the transition which leads to the status that is before "Done" status in the workflow.
But the best way is to handle this use case is to add a validator to block the user from transitioning to the Done status without entering the time spent on the issue
Regards,
Radhika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can add a Validator that requires the user to update the time logged before the issue can be transitioned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oops...i stated this incorrectly. Radhika's answer made me aware of my mistake. Use "validator" not "post function". I corrected my initial answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Scriptrunner isn't required for the Validator solution as it is part of the WF as Radhika conveyed.
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.