Hello, I'm new to Jira Help Desk. Is there a way to automate a transition using a comparison of a custom number fields value? My goal is to to edit a custom issue that has a hidden field called Working Hours it's default value is 0. The user creates the issue and the agent edits that field so when the issue is edited and updated the automation would take place and decide: IF Working Hours > 40 then go to a management approval status Else if Working Hours <= 40 it goes to a In Progress status. The id of this field is cf[10200]. I have tried adding this logic using automation and but I think i'll need to make a script. Since the issue created condition is not referring if I use When issue updated or When issue created. Thanks
Hi Angel,
It seems like you're using a third party plugin for automation. We have that capability within service desk. Find out more about setting up auto approvals here.
- Jira Service Desk Team
Hi Deeksha,
I am at the Jira automation tool I would like to use the following condition:
cf[10200] > 40 but the following message appears:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Angel,
What type of custom field is working hours? The greater than selector in JQL works for fields that support ordering, and does not work for text fields. Here is some more information on advanced searching.
Cheers,
Deeksha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I mistakenly picked a text field instead of a numeric field. Everything is working now.
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.