Forums

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

Help me with the query?

sai chinamuthevi
Contributor
January 31, 2025

I want to know which issues are getting spill over or carry forward from one sprint to another.

Let suppose we want to know issues which are carry forwarded from sprint 1 to sprint 2. Please help on this

2 answers

1 vote
Marcos Defina
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 31, 2025

Hi @sai chinamuthevi ,

You can use a combination of JQL Functions to achieve that, such as:

Sprint in openSprints() AND Sprint in closedSprints()

This will give you any task that has been carried over from any closed sprint to any open sprint.

 

But if you have some specific sprint in mind, then just remember that Sprints field is a list of Sprints, so you can simply query:

sprint in ("sprint 1", "sprint 2")

 

find more here

 

Hope it helps!

sai chinamuthevi
Contributor
January 31, 2025

it gives me list of issues that are in combination of both sprint 1 and sprint 2 but i want issues which are carry forwarded from sprint 1 and closed in sprint 2. Jql is returning correct only but i see discrepancy of results in burn down chart. Don't know why?

0 votes
Alexey Pavlenko _App Developer_
Atlassian Partner
February 3, 2025

Hi @sai chinamuthevi ,

The only way to get a somewhat consistent picture of the Uncompleted Scope in a sprint using native JIRA is the Sprint Report. However, even the Sprint Report doesn’t provide the full picture. If you have Removed Scope within a sprint, the Sprint Report won’t show it as Uncompleted Scope.

If you would like a fine-tuned solution without the issues I mentioned above, you can use the app I developed - Multi-team Scrum Metrics & Retrospective.

The 'Uncompleted Scope' metric covers your request. The app also allows users to conduct in-place retrospectives to prevent the same issues or reasons from recurring in the future.

image.pngimage.pngStatistics:

image.png

Best regards,
Alexey

Suggest an answer

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

Atlassian Community Events