Forums

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

Issues with Sprint Selection after Component Filtering in Jira

Hazim April 3, 2024

Hello everyone,

I'm encountering the following issue: I've created a Jira filter that searches for specific projects and filters out a component. My problem is that as soon as I enter the command to filter out the component, the menu in my Sprint Board always defaults to the previous sprint, and I'm unable to switch between sprints.

Has anyone else experienced this issue and knows how to fix it?

My JQL-Filter: 

project in (A,B) AND status in (New, "In Specification", Open) AND component != "X"

1 answer

1 accepted

0 votes
Answer accepted
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2024

Hi @Hazim 

Welcome to the community.

You filter removed any issues that don't comply with the filter.

So your filter only shows all issues in project A and/or B and status is in New, In Specification and/or Open and component not is X.

This means al issue not in those projects and not in those statuses and not have component X will not be shown.

My suggestion is to change you filter to:

project in (A,B) AND status in (New, "In Specification", Open) AND (component != "X" or component is empty)

Hazim April 3, 2024

Hi @Marc - Devoteam , 

This is my goal with the filter. However, the issue arises when I add the command "component = X" because it always sets the previous sprint in my Sprint Board. Without this command, I can switch between different sprints or display all of them. 

And that's where my problem lies - I'm not sure what the error is.

Suggest an answer

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

Atlassian Community Events