Forums

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

How can I obtain the Sprint Start Date(s) associated with an issue

lhegde
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 12, 2024

I would like to find the sprint start date(s) associated with an issue. For instance if an issue was part of multiple sprint start dates, I want to find all the sprint start dates for sprints the issue was involved in during an active sprint. I am trying to ultimately find the earliest active sprint that the story was part of / committed to.

 

Any idea on best approach?

2 answers

0 votes
Prachi Bolar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 13, 2024

HI Ihegde,

Welcome to community!

Unfortunately, it is not possible to search issues based on the start-date and end-date of the actual sprint.

You can use the API : https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-issue-get

Returns all issues in a sprint, for a given sprint ID.

Thank you,

Prachi

 

0 votes
Bill Sheboy
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.
August 12, 2024

Hi @lhegde -- Welcome to the Atlassian Community!

Where are you trying to do this in Jira?  That is...

 

There is nothing built-in for JQL to support querying issues in that way.  There may be marketplace addons for JQL which add this searching capability.

 

An automation rule could be used to get the data, perhaps creating an email report, or setting a custom field for later use.

For example, you describe wanting to find the earliest active sprint date in which a story was assigned.  That could be returned in a rule with:

{{issue.sprint.startDate.min}}

 

If you provide more information about when / how you want to capture this information, the community may offer more details.  Thanks!

 

Kind regards,
Bill

Suggest an answer

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

Atlassian Community Events