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,644,315
Community Members
 
Community Events
196
Community Groups

JQL Query for searching Unresolved Issues (Story) in the sprints for different Quarters 2020

Hi, 

I am trying to create JQL Query to search all the unresolved issues (story) in the sprints for Q1 2020 but i am unable to identify the criteria for the query to show correct results. I am using the below query:

project = XYZ AND issuetype = Story AND resolved is EMPTY AND updated >= StartOfYear() AND updated <= StartOfYear(3M) AND sprint in closedSprints()

1 comment

LarryBrock
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 11, 2020

Hi @Simar , what results are you missing when you run this query?  It appears to be syntactically and logically correct, assuming sprints are being properly closed.

Comment

Log in or Sign up to comment