Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a JIRA metric (e.g. report) that can show me story point carryover from sprint to sprint?

Steve Hooczko
Contributor
August 25, 2022

Is there a JIRA metric (e.g. report) that can show me story point carryover from sprint to sprint?

 

1 answer

0 votes
Rigo Ewen August 25, 2022

There is the sprint-report which tells you how many stories and story points were completed and weren't completed.

If you have ScriptRunner you could also use a JQL-query like this:

sprint in openSprints() AND issueFunction in previousSprint(boardname)

 And if you don't want to have the tasks just add this

sprint in openSprints() AND issueFunction in previousSprint(boardname) AND issuetype in standardIssueTypes()

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events