The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Can you compare today to a specific date

Tom Scoggin
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 Champions.
February 16, 2024

I'm trying to filter issues with this.

LOGIC: If today's date is between Feb. 8 and Feb. 21 show me my issues in sprint 5325

Assignee = currentUser() AND startOfDay() >= '2024/02/08' AND startOfDay() <= '2024/02/21' AND Sprint = 5325 AND Status not in (Closed, Done, Cancelled, Canceled)

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Wladimir Walter Quiroz Galeas
Contributor
February 16, 2024

Hello, I want to understand what is the use case. What do you want to accomplish?

Tom Scoggin
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 Champions.
February 16, 2024

I have a dashboard that shows assigned work for the next sprint. So I'm trying to show assigned work for the next sprint. If today falls within sprint 1 then show work assigned to the next sprint. Sprint 5235 is the next sprint.

Wladimir Walter Quiroz Galeas
Contributor
February 16, 2024

OK. there are different ways to do that:

1.- By using a two-dimensional Filter Gadget

1.JPG

2.- If you have Jira Plans. You can create a "Team View" and then you can see all the tickets for each one of the sprints like this:

3.JPG

I hope it works for you

Tom Scoggin
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 Champions.
February 16, 2024

I will take a look and see if it will work.