Forums

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

Find all the stories added or removed during a sprint in a project

amit-k-gupta February 17, 2025

Hi all,

 

I need to programmatically find out issues that were added or removed in a JIRA project in between a sprint. I am on Cloud version of JIRA and don't have scriptRunner.

4 answers

4 accepted

3 votes
Answer accepted
Sebastian Krzewiński
Community Champion
February 17, 2025

Hi @amit-k-gupta 

 

I'm afraid but this is not possible. You can find issues that are currently in closed/active/future sprints but there is no option to catch what issues where removed or added.

 

Regards,

Seba

1 vote
Answer accepted
Steve Tedeschi
Contributor
February 17, 2025

@amit-k-gupta Would the following approach work:

  1. Create an automation that is triggered when the sprint on an issue changes. 
  2. [Assuming you are only interested in active sprints] Add a JQL condition 'Sprint in openSprints()'

@Vishal Biyani has a good point. You could create another automation that is triggered when an Issue is deleted and Sprint is set.

0 votes
Answer accepted
Alexey Pavlenko _App Developer_
Atlassian Partner
February 20, 2025

Hi @amit-k-gupta ,

By programmatically, do you mean using JQL or the REST API?

Best regards,
Alexey

amit-k-gupta February 21, 2025

JQL

0 votes
Answer accepted
Vishal Biyani
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.
February 17, 2025

@amit-k-gupta 

You can use REST APIs to identify what issues got added programatically.

However, if issue is deleted in JIRA, there is nothing that can provide information about this other than some marketplace apps.

 

if you want to know what issues got added or removed from sprint, that will be doable

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events