Hi,
Raising this as the question of the same name doesn't quite fit my problem
I cant currently see the Epic Labels in Backlog view on my board. I can see the labels on the "parent" board I copied mine from.
The reason is a JQL function I'm using to filter my Board as my department has 4 dev teams and I only want to see my teams issues.
We separate our work into Streams named A,B,C & D and populate our Epics with Labels for these.
So my JQL is as follows:
"project = PROJECT AND fixVersion in (EMPTY, "Small Works", "Major Works", "Analysis Required") AND issuefunction in issuesInEpics("Filter = 'Epic-StreamA'") ORDER BY Rank ASC"
The Epic-StreamA query is "project = PROJECT AND Labels = STREAM-A"
This filter returns every story in every Epic with the Label STREAM-A.
Why do the labels not appear and is there any way around this?