Hi All
Greetings for the second time today! I'm on a roll.
I've created the dashboard in the screen grab using Qotilabs Rich Filters v1.21.1. It's still a work in progress however after posting here I've managed to understand how Jira works and how the current sprint, future sprint and backlog issue counts are calculated.
So firstly thanks to everyone that's replied to my previous posts!
I'd like to use the Rich Filter Smart Gauges Gadget to visualise a count of the created date by ranges e.g.:
This 6 gadget cluster will provide a useful insight into the aging of the issues being added to the current and future sprints, and provide the same with the larger backlog issues (in terms of ageing) when the backlog is selected from the Rich Filter Controller Gadget.
You'll appreciate that if I use an absolutely date range then the filter will need changing, so it has to be a relative date range.
Is there any method of doing this please?
As usual, thanks to anyone that takes the time to respond.
Stay holy, happy & healthy!
Regards
Hardip
Hi @Hardip Singh it sounds and looks like you're making great progress. Jira has some great internal date functions. Have a look at this page.
And this one as well :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the encouraging words and for sharing the link. I have reviewed the page. It's a very helpful resource in many ways. I managed to get the first query working, though that is the easiest one of all e.g. Project = XXX AND created > "-10d"
I then struggled with the between dates as per my example above. Unfortunately my JQL skills are adequate (at the very best) and need some improvement!
Are there any examples that can be provided. There is one example of relative date searches in the advanced search page however the between examples have no relative operators. <sad face>
I can't seem to get my head around it e.g. for issues created between -10 days and -20 days I'm assuming that I'd need something like:
Thanks for replying, its always appreciated.
Regards
Hardip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're welcome how about something like (sorry not sitting with an env open to test if this is right or not)
created > startOfDay("-20") AND created < startOfDay("-10")
Lots of date functions to play with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Craig Nodwell
I was literally just checking:
I'll try both and report back later.
Thanks for replying Craig - it's appreciated.
Regards
Hardip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I thought I'd swing back round and give an update, and other users will also see the outcome [sharing is caring].
I ended up using the following:
Your method also works but the simpleton in me kept it like my original attempt.
And here's the Qotilabs Rich Filter Smart Gauges Gadget that shows that there are 57 issues in the current sprint and when the issues were created.
What an awesome app! Kudos to Qotilabs and Atlassian Community Leaders for all the great help you provide!
Thanks again Craig. Have a great weekend comrade.
Regards
Hardip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome @Hardip Singh
You have a great weekend too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hardip Singh , I am trying to replicate your "issues Changes" gadget of the dashboard you shared in rich filter. what JQL did you use to get issues added to an open sprint?
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.