Hello, I have a workflow question that has stumped me. We do not track time on every one of our tickets, but we do track time on tickets that are billable to our customers. I am trying to create a way to require time to be logged for work done when a custom radio button field has been toggled to "Billable" before the ticket can be moved into "In Review" status. Any insight on how this can get done?
Hi @Alex Cullor ,
With help of Field Required validator from JMWE app , you will be able to achieve you requirement.
!!issue.customfield_10357 && issue.customfield_10357.value == "Billable"
Thanks,
Avinash
I have been testing this and have come to an issue after adding this workflow change. Trying to transition this ticket to 'In Review' does give this error now. But if I log work for this ticket and try to transition it again, I still get this error and cannot move this ticket to review now that I have logged time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Cullor ,
Can you please make sure that you transition screen for In Review and you have log work field in that transition screen. Please find below screenshot for your reference.
Thanks,
Avinash
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.