I am try to create JQL query in swim lanes based on the change end date

imran2075
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 16, 2024

I am trying to create a swimlanes query using JQL 

I wanted to a query based on the change end date in the kanban board

 

2 answers

0 votes
Scott Wai Chee Tan May 16, 2024
maybe you can use something like this? 


Past Week:

sql
... >= startOfWeek(-1) AND ... < startOfWeek()
Past Month:

sql
... >= startOfMonth(-1) AND ... < startOfMonth()
Next Week:

sql
... >= startOfWeek() AND ... < startOfWeek(1)
Next Month:

sql
... >= startOfMonth() AND ... < startOfMonth(1)
0 votes
Dave Mathijs
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 16, 2024

Hi @imran2075 welcome to the Atlassian Community!

Are you talking about a kanban board in Jira? Because right now, you're asking this question in the Confluence product group.

As for your question itself: Would you like to have a separate swimlane in your board for every different due date on any issue of the board filter? What is the objective of this requirement?

imran2075
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 17, 2024

Yes jira 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events