The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How can I filter by inBacklog/notInBacklog using JIra query from Google sheets

philipp_matuschka
Contributor
February 12, 2021

Hi

I am using the Jira query from google sheets as part of my project management dashboard. It's working well except that it pulls in all of the Jira issues, regardless of whether they are in the Backlog or not. FYI I am using next-gen in Jira

Is there a column or status or similar I can filter on the see which issues are in Backlog and which are not.

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Gorka Puente _Appfire_
Atlassian Partner
February 12, 2021

Hi @philipp_matuschka

I found this JQL

issuetype != Epic AND resolution = Unresolved AND  (Sprint = EMPTY OR Sprint not in (openSprints(), futureSprints()))

here https://community.atlassian.com/t5/Jira-questions/How-to-find-issues-in-backlog-using-JQL-with-JIRA-Agile/qaq-p/152088

Which should help you filter issues in the backlog (or not in the backlog)

 

Regards

philipp_matuschka
Contributor
February 15, 2021

Thanks for the suggestion. However, seems like a roundabout way and as I don't use sprints, do you think it will work? Is there not just a column to query which tells me whether it is or is not in the Backlog. After all Jira itself must somehow know which issues are in the backlog and which are not.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events