Hey community,
I'm working on a dashboard that aims to highlight overdue tasks.
example: if a task with high priority is overdue if it hasn't been completed within 28d since its creation
Could you please advise the best way to tackle it?
Filter creation is no biggie, as I can handle it. I'm more keen on gadget selections in the Jira dashboards.
Thanks.
Update 2nd of Aug - Resolved
Overall query:
project = AA and labels = xx AND labels not in (xx, yy,zz) and status not in (Mitigated, Done)
Use this query to have a comprehensive filter result and "Created vs Resolved" stats
While for the overdue:
Project = AA and priority = Highest AND labels = xx and status not in (Mitigated, Done) AND created <= -10d
I'm still seeking a way to track the overdue graphically.
Hello @Antonio Carvetta
One of the options that you can use here is the pie chart. Issue statistics is also a good gadget especially when you have the filter defined and also shows the percentage of the data.
I see two different cases here:
I'm afraid that it is not possible to achieve this with the native Jira gadgets or JQL. You could eventually try using the Control Chart report. My advice is to try searching on Atlassian Marketplace for apps that can do this.
If you consider the idea of installing an app, be aware that our Great Gadgets app can be helpful in both cases that I mentioned above.
For case #1, the app offers a WIP Aging Chart gadget that shows the issues from a filter or board by their age (time since creation). It allows you to set a threshold (like 28d) and the issues that are above the threshold are marked in red-color - these are the overdue tasks you are looking for.
For case #2, you can use the Control Chart gadget, which works the same.
Also, these gadgets can display a detailed report on they Data tab, in which the delayed (overdue) issues are highlighted in red-color.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I managed to write up a query and use some existing gadgets (a combination of JQL, Filter result, Pie chart) without leveraging external gadgets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent. Could you please share with us a sample of the query that you used? Also, what do you mean by "JQP"?
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It was a typo. I updated the post with the resolution, although it's elementary. Open to suggestions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Now you can create a general filter with all the information you are interested in including the fecha functions you need, then you can create a dashboard and you can include different gadgets using this filter that makes it easier for you to view the data as needed. It is also certain that anyway Nothing is standard in JIRA, there is an addon called EazyBi that is very powerful to do all of these things.
I hope to have more help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I managed to write up a query and use some existing gadgets (a combination of JQL, Filter result, Pie chart).
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.