You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
For example, I'm trying to find all issues with a Target End date within the next 7 days.
Any help would be so appreciated!!
Hello @Sofie Palacios
Welcome to the Atlassian community.
date field > startOfDay() and date field <= startOfDay(7d)
You didn't say if you are using Jira Data Center or Jira Cloud, but both have extensive documentation on how to create filters, include details about functions for comparing date fields to relative date values.
https://support.atlassian.com/jira-software-cloud/docs/jql-functions/
You're such a lifesaver!!
Also thank you for the additional links, I'll look through these!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad I could help!
Make sure you look at the documentation that matches your hosting type.
If your Jira URL is https://something.atlassian.net then you are using Jira Cloud. Otherwise you are using Jira Server or Data Center.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.