I've set up a filter for SLAs. Tickets that have gone beyond the agreed SLA deadline. For High priority tickets the deadline is 60 days old.
So far I've got:
project = *** AND issuetype in (Bug, Task) AND status in ("Pending Task", "In Development", "Pending Deployment to QA", "In Test", "Ready for Live") AND priority = High AND created <= -60d
We have a custom field for customers. This query is bringing back all customers.
How do I filter the tickets for just 2 customers, say "ABC Bank" and "DEF Bank"?
Thanks...
Hi @David Richardson !
You can do this in a couple of ways depending if you know which type of custom field "Customers" is or if you have its Custom field ID:
If you add any of those two options to your query (remember to correctly replace the values for your custom field) you should be getting only the tickes for those two customers.
Hope this helps you.
Kind regards,
Renzo from Servicerocket.
Thanks Renzo. I don't know the CustomFieldID so going with your second option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @David Richardson !
I'm sorry I wasn't clear enough.
You need to replace CustomFieldType to the actual field type of the Customer field.
For example: if your field is a dropdown then you should use "Customers[Dropdown]" or if it is a text field you should use "Customers[Short text]"
You can use the advanced issue search and with an empty JQL prompt write the first few letters and you should be able to see your field alongside its corresponding type.
Hope this helps!
Renzo from Servicerocket
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.