Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,692
Community Members
 
Community Events
184
Community Groups

How can I search sprints with "Sprint start date" > [DATE]

Deleted user Nov 19, 2018

Hi,

I tried to use the operators ">"  , "~" but got error saying that these operators are not supported.

I tried also to filter according to Sprint name using Sprint =  or Sprint "~" but didn't get the required result

JIRA Version : V7.9.0

 

1 answer

0 votes
Prakhar Srivastav _Appfire_
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.
Nov 19, 2018

Hi Gali F

 

To find issues from a specific sprint, you have to add one of the following to your JQL query:

sprint = ID
sprint in (1,3,4)

 

You have other sprint related functions like opensprints() , Closedsprints() .

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html

 

If you have Adaptivist scriptrunner in your instance then you get a lot issueFunction for powerful searching with respect to sprint start date etc.

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_agile

Regards

Prakhar

Deleted user Nov 19, 2018

Thanks Prakhar .

In need to filter all sprints that starts after YYYY-MM-DD 

or 

All sprint with Sprint name that starts / includes specific string....

 

Thanks,

Gali

Like # people like this
Deleted user Apr 05, 2022

Yeah the Adaptivist query functions don't allow you to access the "Sprint.Start_Date" or "Sprint.End_Date"(I know those are  not the specific names of the fields, but you get the idea)

what would really be useful is something like this

 

issueFunctionOf(sprint in closedSprints() and Sprint.Start_Date >= X and Sprint.End_Date <= Y) 

That way you could capture items for Sprints that closed between 2 different dates.

Like Bizz Crawl likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events