The target here is to obtain a dashboard view which displays total story points done by a developer in the last 90 days.
I tried creating it using the 2 dimensional filter statistics widget but there is no option for "Story Points" in either the X-axis or the y-axis dropdown options.
Hi @Aviraj Roy ,
Unfortunately, it's impossible to do natively, but you can use the 3rd party app I developed - Multi-team Scrum Metrics & Retrospective which addresses this inquery via custom JQL filters.
You can see developers one by one.
Or all together.
Also, you can:
Best regards,
Alexey
Welcome to the Atlassian community, @Aviraj Roy.
I’m Marlene, the Product Manager for Quick Filters for Jira Dashboards.
If you’re open to enhance your Jira dashboards with Marketplace apps, I’d like to introduce you to our app. With our Quick Gadgets you can sum up story points and other Jira number fields.
For your use case, I recommend trying the Quick Two Dimensional Filter Statistics gadget (see screenshot).
You can try out Quick Filters for Jira Dashboards without installation on our demo dashboards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aviraj Roy
You can use Issue Statistics gadget.
First, create and save a filter that retrieves issues resolved by developers in the last 90 days
issuetype = Story AND resolved >= -90d AND "Story Points" IS NOT EMPTY
configure the gadget and select the saved filter.
However, it will not show the sum of the story points. If you want to see the sum, you will have to use an app, unfortunately
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.