I am not JIRA admin, I can see different columns with same name in exported xls from jira issues, now when I am trying to filter that sprint is empty it's not filtering all the records, how to get relevant result?
Ok, so I'm mostly on the same page. Please do try replacing "Sprint is Empty" with "(Sprint is Empty or Sprint not in (OpenSprints(),futuresprints()))" and let me know if you get what you are looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Chandrashekhar Kavi , can you provide some details:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Boyan, It's now done, I am not able to explain how it's done due to it's showing the above message while replying!
JQL, I used is as below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry Boyan, I am still facing the issue as when exported rows using the previous JQL, it's still showing some issues which are having values in sprint column in xlsx!
Please refer images attached in this message.
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.
I'm still a bit unsure of what you try to do, but here is my guess - you do not want to see the tickets in the screenshot above as you consider them not in a sprint. Yet these tickets were in sprints that are now closed. This is what the "+4" shows next to "None" - 4 closed sprints.
What you should do is filter out Empty(as you did) OR if sprint is closed, while at the same time the not placed in any open or future sprints. Try replacing "Sprint is Empty" with something like this "(Sprint is Empty or Sprint not in (OpenSprints(),futuresprints()))".
This is how JIRA treats sprints. A ticket can be:
You cannot have ticket with empty sprint and closed sprint. Although visually it might look like so - the "None +4" representation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
My purpose to get list of issues which are having statuses (todo, new, archived, dolater) and sprint is empty and assignee is not empty. But as I shared image earlier it's showing issues with something like +4, which I don't want in the list.
Hope I am clear.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, it seems like we are talking for the same thing.
Please try replacing "Sprint is Empty" with "(Sprint is Empty or Sprint not in (OpenSprints(),futuresprints()))" and let me know if it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried with the above JQL, but it not worked for me! it's showing more records now where result is expected to no rows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should be
... or Sprint not in ...
you added just
... or Sprint in...
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.
When checked in excel, it's showing records as below, It should be displayed a single record, but it's showing 8 records!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I have misunderstood you. If you are still working on this, can you try one more thing? Replace everything I suggested
(Sprint is Empty or Sprint not in (OpenSprints(),futuresprints()))
with
Sprint in (EMPTY)
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.
This is strange, do you know what the "Central Delivery Projects" filleter does? Is it possible that it adds these extra tickets?
I'm running out of ideas. Can you try only:
Sprint in (Empty) and Project = "Payroll Module"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No that has not "OR" condition used in filter="Central Delivery PRojects" but only saved filter for different 15 or more projects for my comfort. Because some of the projects concern with Department. If you want I can share without project or any filter in JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No need to share the filter if there is no "OR" Another guess is that sprint and the is/in keywords are somehow acting in a way I do not understand.
Did you try: Sprint in (Empty) and Project = "Payroll Module"
can you also try: Sprint = empty and Project = "Payroll Module"
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well I have no explanation. I'll try to dig around, but in the mean time, my best suggestion is to filter it in excel itself.
I'm not sure what amount of data you are dealing with, if this is a recurring extract or a one time thing, so based on the above you might need some automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had already completed for one time with excel, but it will not be helpful to me as I was going to set automation condition "sprint is empty and assignee is not empty", action "Replace assignee with empty". This action can't be done using excel, so it's not helpful for me accordingly. Anyway you tried the best and hope you would find the solution on this.
Thanks Boyan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After some digging, I found some contradicting sources...In the instance I'm using "Sprint is Empty" excludes tickets in closed sprints - what you wanted to achieve. Exception are few corner cases with sub-tasks tickets. According some documentation, JIRA treats closed sprints as "empty" ones, so actually your behavior sounds like the the correct one.
Here are few more ideas you can try out, but at this point, I'm shooting in the dark:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.