1. JQL functions | Jira Cloud - Atlassian Support
This page describes information about functions that are used for advanced searching. A function in JQL appears as a word followed by parentheses, ...
More about JQL functions in Jira Cloud.
2. How can I use (startOfWeek(-1w), endOfWeek(-1w)) on JQL?
Apr 16, 2019 · I'm trying to use a JQL solution to find all the work done by a single developer in the past week but I don't know exactly how it works.
I'm trying to use a JQL solution to find all the work done by a single developer in the past week but I don't know exactly how it works. JQL: assignee = XXX AND status was "In Progress" DURING (startOfWeek(-1w), endOfWeek(-1w)) Should I use "W" or "D" on time range? I mean, when I use "W" to measur...
3. How to make StartOfWeek and EndOfWeek use MON-SUN instead ...
By default the startOfWeek and endOfWeek will use Sunday and Saturday respectively. You can add a qualifier to shift that date from the default.
I'm trying to retrieve the issues created last week using the following JQL clause created >= startOfWeek(-1w) AND created <= endOfWeek(-1w) However, it still returns issues created on Sunday two weeks ago, so it is effectively considering weeks going from SUN to SAT. The system configuration has ...
4. JQL Functions - The Adaptavist Group Documentation
Functions startOfWeek() and endOfWeek() return Monday as the first day of the week and they take time in UTC. If you use Sunday instead of Monday, you can use - ...
Custom field name duplicates
5. What JQL query can give me current week as Monday ...
Jan 23, 2022 · I have a simple query which shows me all issues resolved in the current week starting from Monday: resolved > startOfWeek(1d).
I have a simple query which shows me all issues resolved in the current week starting from Monday: resolved > startOfWeek(1d) This query works perfectly on every day of the week until we get to Sunday, which should be the last day of the week and should display everything resolved since the week st...
6. Need help using startOfWeek in an issue query - Atlassian Community
Jul 12, 2021 · So StartOfWeek(-1) is the start of last week. StartOfWeek(1) is the start of next week. There isn't any way (that I know of) to specify "last ...
Hello! I'm trying to filter tickets created over our weekend, so my team can bulk close them. They tend to be less actionable, and the issue pops up during the M-Th work week. I've tried the following variations of the created field. "created = startOfWeek(5d) OR created = startOfWeek(6d) OR create...
7. Using Dates and Date Operators with Jira JQL - Test Management
Sep 19, 2023 · There's nothing complicated with using dates in JQL. You just need to be familiar with the syntax and watch out for a few gotcha's!
Let's take a look at using date fields and operators with Jira's query language. There are a few 'gotchas' to watch out for when using date values. Having said that there are also some really useful functions that will help you identify exactly what you need from your date based JQL queries Now the most […]
8. How to use startofweek() dynamically depending on what the current day is
Aug 28, 2023 · I have a jira dashboard that includes a gadget searching for any item that changed to "ready" status during the last week.
Hi all, I have a jira dashboard that includes a gadget searching for any item that changed to "ready" status during the last week. I have another gadget for items that changed to "ready" during this week. I realize Jira's startofweek = this last Sunday and endofweek = this coming Saturday. However...
9. The Secrets of JQL Everyone Wished They Knew - DZone
Jan 12, 2018 · Learn about powerful JQL filters on users, dates, and tasks that can be used in JIRA to make effective use of your JIRA instance.
Learn about powerful JQL filters on users, dates, and tasks that can be used in JIRA to make effective use of your JIRA instance.