Currently we have dahsboards for each month using various filters. The issue is that by using the "created" filter to look at only Januarys issues, its excludes tickets that have rolled over from the previous month. Is there a way to look at the data monthly but also include tickets that have rolled over from the previous month?
Hey @Jonathan Davis
there are different possibilities for that. The main question is: Which issues do you want to see?
If you are more specific with your criteria, we can also help you come up with a more specific JQL query.
Cheers,
Matthias.
Thanks Matthias, thats helpful. The problem Im facing is that sometimes we have tickets that are created in January but are put into "blocked" until March. Then when looking at Februarys data they dont appear. Appreciate this isnt the proper use of Jira/Agile but we would like to include these tickets in our data if possible. Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure if I've completely understood you, but still throwing in some ideas maybe help you further:
(created >= startOfMonth() and created <= endOfMonth()) or status = "blocked"This assumes that "blocked" is a status field.
resolution = UnresolvedThis would still list all open issues from the months before - but not sure if this is what you were asking for.
Note, if you have Atlassian Intelligence activated, you could also describe in natural language which issues you'd like to see and let AI create a JQL for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.