I am trying to create a Velocity Widget on one of the JIRA Dashboard. While defining the underlying JQL query, I am struggling to find a way to get story points completed within the sprint and story points completed outside the sprint.
We have recently migrated to JIRA Cloud from On-Prem Jira.
In On-Prem JIRA, this was possible using
issueFunction in completeInSprint(". I am trying to find a substitute in JIRA Cloud.
Hi @Manak Pushkarna,
How did you count Scope Completed Outside of a Sprint with ScriptRunner? I am asking this because, as far as I know, they don't have a function for that. You could write it yourself using their other functions, but you had to support this JQL manually in this case.
As for native JIRA, it calculates Scope Completed Outside of a Sprint incorrectly, if a ticket wasn't eventually added in a sprint, it won't appear in the Scope Completed Outside of a Sprint metric at all. My app - Multi-team Scrum Metrics & Retrospective calculates Scope Completed Outside of a Sprint properly, if a ticket was resolved outside of a sprint and never added to a sprint, it will appear in the metric, otherwise the ticket falls into the Added Scope metric.
It is a paid application, but it has a 30-day free trial period.
Best regards,
Alexey
Hi @Manak Pushkarna,
You can see the issues and the number of story points completed in the Sprint Report. The report shows also the issues completed outside of the sprint.
If you want to use a gadget instead of report, you could search on Atlassian Marketplace, but I'm afraid that there is no app that can display issue completed outside of the sprint.
If you consider using an app, our Great Gadgets app offers a Team Velocity gadget that can display the story points completed in each sprint, but not also the ones completed outside of the sprint.
Hope this helps.
Danut
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to our Community.
issueFunction is not the native JQL funciton in both On-Prem and Cloud Jira. You maybe need to install scriptrunner app to get this function work in Jira Cloud.
Hope it helps you.
Thanks,
YY哥
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @YY Brother . Can you suggest an alternate to my original problem to find story points completed within a sprint and outside a sprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you have a try Sprint Reviewer App? Only the story points completed within the sprint are counted as real completed points.
https://marketplace.atlassian.com/apps/1233252/sprint-reviewer-pro?hosting=cloud&tab=overview
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.