Hello,
can someone please help with a way to report using the native Jira Plugin and tools in a dashboard.
My manager want to see the backlog size evolution everyday or everyweek for the past 2 months
You can display this info in your dashboard by using some the gadget offered by our Great Gadgets app.
The Cumulative Flow Diagram (CFD) gadget displays the amount of work (by issue count, story points, etc) from your agile board along the time. It can group the data by weeks, 2-weeks, 4-weeks, etc intervals.
If you want to display only the To Do category (backlog size), you can configure the gadget to not display "In progress" and "Done".
Another gadget (offered by the same app) that will display this info for you is the WIP Run Chart gadget. This one has the advantage that it can display a trendline (linear or polynomial).
I think our app will fully-fill your request.
See more examples of these gadgets (and the many others) in these articles:
You could start with 1-month of free trial. If you have questions, please don't hesitate to contact us at support@stonikbyte.com.
Hope this helps.
Danut.
Hello @Fabrice_FOTSO_ext
if you want to find issues in project abc due after 30d from today...
project = abc and duedate >= startofday(30) and statusCategory != done
if you want to find issues that are past due for more than 30d...
project = abc and duedate < startofday(-30) and statusCategory != done
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.
Hello @Valeriia_Havrylenko_SaaSJet thanks for your answer,
we are not talking here about due date,
It is really about the number of unresolved tickets in a project in the passe 8 weeks, 7 weeks, 6 weeks, 5 weeks, 4 weeks etc..
a sort of backlog progression 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.
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.