How do I write a JQL query to find tickets that have been created "yesterday", but ignore weekends? So essentially find tickets that have been created since the last working day.
Examples:
Hi @[deleted]
Short answer: you cannot do that with out-of-the-box JQL features for an arbitrary starting day
Work-around: you could use specific, saved filters and subscriptions to get what you want.
Please take a look at this post and documentation for more details:
Best regards,
Bill
Hi @Bill Sheboy,
thanks for the help. Unfortunately, it's not really what I need. I was looking for a query because I was interest in the number of tickets for statistical reasons:
Do you know if there's a way to get that information? I prefer not to use filter subscriptions and then having to write a script that parses the emails each day.
Thanks,
Sabine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for explaining that.
If you plan to do a lot of reporting for this, it probably would be best to do it outside of Jira, either by exporting or using the Excel or Google Sheets add-ins. Then you could easily do the math in that tool and chart/measure the results.
If you would still prefer to get one number every day, you could:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, thanks for the suggestion. I will dig into ScriptRunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
How is yesterday or the last working day in JQL?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted]
Did you try created vs resolved gadget on dashboard? This gadget shows how many issues were created and resolved per day/week/month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, unfortunately, with this gadget, you only get a graphical representation, but then as far as I can see you can't get the numbers unless you somehow "parse" the chart?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But when you put cursor on it it shows numbers. Please try this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I know this - that is what I meant by writing "parse". To automate this, I would have to simulate a mouse hover to be able to retrieve the numbers.
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.