Hierarchy in plan - Epic, Feature, Story & Sub-task
Created a plan using 1 board and 3 filters -
1. Board -
issueFunction in issuesInEpics("issueFunction in portfolioChildrenOf('key = epic-480')") AND project = "Business Impact" OR issueFunction in portfolioChildrenOf("key = epic-480") AND resolution = unresolved OR issueFunction in subtasksOf("issueFunction in issuesInEpics(\"issueFunction in portfolioChildrenOf('key = epic-480')\") AND project = \"Business Impact\"") ORDER BY Rank ASC
2. Filter 1 - (Returns Epic)
project = Epic AND key = epic-480
3. Filter 2 - (Returns Features under Epic)
issueFunction in portfolioChildrenOf("filter = 'Epic-480'") AND issuetype = Epic AND status not in (Rejected)
4. Filter 3 - (Returns Stories under Feature)
issuefunction in issuesInEpics("filter = 'Epic-480 Feat'") AND status not in (Rejected)
Problem - All the above mentioned filters are returning issues. But the plan only shows Epic and Features and not stories. Also the same appears when all the above are selected as sources in the scope of the plan. But if we select only Filter 3 as source, then it is displaying the stories.
Finding - All features appear to have Fix Version as released but the stories under them are still open.