In JIRA Plans, I would like to see all my "In progress" or "To-do" Epics but with all User Stories underneath.
In Particular, I would like to see User Stories in all statuses, those already Done as well.
Thanks to this I can quickly grasp the current progress (i.e. 6 stories done, 2 stories in progress, and 2 stories not started).
It seems that Exclusion Rules always relate to all issues. Is there any other way to distinguish behavior for Epics from behavior for rest issues?
To answer your question, you could, but you would need to exclude every Done Epic by issue.
Another option is to base your plan on a filter or filters, as a source(s).
Or you have to create a filter like;
project = <project name> AND type = epic AND statusCategory != done OR project = <project name> AND type != Epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.