Greetings everyone,
I am seeking to obtain tickets with high priority that were created (or it's priority was changed to hight) during non-working hours throughout the entire month (from 6 PM to 10 AM each day). For example,
1. If a ticket was created on 2023/12/20 at 15:33 and its priority was changed to high on 2023/12/21 at 18:00, it should be included in the JQL.
2. If a ticket was created on 2023/12/16 at 12:05 and its priority was changed to high on 2023/12/21 at 13:00, it should be included in the JQL.
It's important to note that Saturdays and Sundays are not considered business days, and the JQL should include tickets with high priority that were opened or had their priority changed on non-business days as well.
I do not believe that type of query is supported with the built-in features of JQL.
Your possible work-arounds depend upon how frequently you need to do this type of query and your willingness to spend money:
Kind regards,
Bill
Hi @Harut Avetisyan Please try the below -
project = "XXXXX" AND priority = High AND (created >= startOfDay (-30d) AND created <= endOfDay(-1d) )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @abhishek_sharma03
Thank you for your response. However, the mentioned JQL will return tickets with High priority for the entire month(if the JQL is used on 28.12.2023, it will return tickets from 28.11.2023 to 28.12.2023, but that's not the desired outcome). I specifically need tickets where the priority was changed to High during non-working hours (from 18:00 to 10:00), including Saturdays and Sundays, as they are non-business days, for the entire month.
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.