Forums

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

Help with Filter to pull in JSM Tickets updated during Current Sprint of Jira Project

Wendy McCurdy
Contributor
July 13, 2022

Hi All - I have a DevOps team that manages tickets in a queue in JSM and also works on stories in a Jira projects. I am looking to create a filter that would pull in all tickets updated within the data of the current sprint in order to create a Kanaban board that pulls in both stories and tickets for the team to give the team a single pane of glass for their efforts within the current sprint.

Our sprints are 3 weeks, so I created a JQL query that has a date range to match the dates of the iteration, but it's not a true picture for what has happened in the current sprint and I do not want to have to update the query each time we start a new sprint.

(project = "TechOps Tickets" and (updated >= 2022-07-11 AND updated <= 2022-08-02)) or (project ="TechOps Projects" AND Sprint in openSprints()) ORDER BY updatedDate

Any ideas?

1 answer

0 votes
Walter Buggenhout
Community Champion
July 13, 2022

Hi @Wendy McCurdy,

Apart from adding your JSM tickets to the sprint, I don't see how you would be able to do this dynamically, since there is no way to fetch the sprint start and end dates in JQL.

Still, your filter looks good. You'll just have to update the dates once every 3 weeks.

Hope this helps! 

Suggest an answer

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

Atlassian Community Events