scrum - Jira Plan Board: filtering by label hides epics and story points -
i have jira scrum board , when use following jql query it, cannot see epics or story points in plan board:
team in ("team 1", "team 2") , labels in (sprint8-candidate) order rank asc
but if remove label condition, can see epics , story points:
team in ("team 1", "team 2") order rank asc
can explain why filtering label hide epics , story points?
update: per barnaby's comment, can see epics if change query include them:
(labels in (sprint8-candidate) or type = epic)
but still can't see story points per issue:
update #2: story point issue because in org has set second story point field , displaying wrong 1 in board configuration estimation settings.
remember in jira epics issue type.
the query selects based on labels going associate issues board have label in them. if epics don't have label excluded.
you add label epics. i'm not sure if want.
it may possible formulate jql include all epics, stories have label.
Comments
Post a Comment