Forums

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

Board filter: Hide issues when epic is not in feature-team-ready state

Chris Lange January 30, 2018

I am wondering if it's possible to filter issues off the backlog (scrum board) if the linked epic is still in a state where it's not ready for the feature team. 

My concern is that the unfiltered backlog view will become a huge mess because there's no clear separation between feature-team-ready stuff and stuff which need to be defined by the PM team first. 

How would you tackle this problem in the Jira cloud version?

thanks in advance

Chris 

3 answers

1 accepted

0 votes
Answer accepted
Chris Lange January 30, 2018

Your suggestions led me in the right direction. Thanks!

For some reason the "not in" results in an error. Only "in" is working right now. In addition some of the issues don't have an epic. 

Our solution ended up like this:

issueFunction in issuesInEpics("project = KEY and status not in (new)") OR (project = KEY and "Epic Link" is empty)

There might be room for improvements in the future but for now we can give it a try. Thanks to ScriptRunner :D

Tarun Sapra
Community Champion
January 30, 2018

Glad to know that it worked, please accept/upvote the answer. thanks.

2 votes
Tarun Sapra
Community Champion
January 30, 2018

Hello @Chris Lange

You can try script runner as mentioned by Krisz as well. I would use the method "issuesInEpic:"

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_issuesinepics

For removing stories from board which are connected to epic in status "open"

"your current query" AND issueFunction not in issuesInEpics("status = open")
2 votes
Krisztian Kovacs
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.
January 30, 2018

Hi there,

you can try Scriptrunner's issueFunction: https://jamieechlin.atlassian.net/wiki/spaces/GRV/pages/33030163/Scripted+JQL+Functions#ScriptedJQLFunctions-linkedIssuesOf(Subquery,linkname)

I mean if you have Scriptrunner.

Unfortunately you can't do this in standard Jira. I found another thread about it: https://community.atlassian.com/t5/Questions/JQL-check-if-issue-s-epic-meets-condition/qaq-p/308812

I hope this helps. Let me know if you have any questions.

Cheers, 
Krisz 

P.S.: if you think my answer is useful, 
please consider accepting it. 
I'm going for the high score. 

Suggest an answer

Log in or Sign up to answer