Display just selected Epics in the Board-Panel

Timo Winkler February 10, 2021

Hi @AlL,

we are currently facing a problem with the epic panel on boards. We are using a team boards displaying all stories thats related to the team. As qery we are using "Team ~ ... OR type = Epic". The epic panel now displays all epics, even those that have nothing to do with the team. 

Is there any way to display just the epics in the panel that are related to the stories on a board (or related to the team)?

Thanks in advance :)

Timo

1 answer

1 accepted

0 votes
Answer accepted
Tessa Tuteleers
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 10, 2021

Hi @Timo Winkler , 

if you have Scriptrunner on the instance, you could use their JQL function 

issueFunction in epicsOf("your filter")

Just know that filters like that could have an impact on the behaviour of your board (epics could be in any project, so the scope of your board can't be limited . This has possible impact on who can manage sprints etc).
To manage this, you could also add a project-filter if you know the issues and epics will only be in certain projects.

Hope this helps! 

- Tessa

Timo Winkler February 14, 2021

Hi @Tessa Tuteleers

Thank you very much. This helps me a lot!

Cheers

Timo 

Suggest an answer

Log in or Sign up to answer