I need a board to show all epics under initiative, including tasks and sub-tasks of the tasks.
Please, help. Thanks!
Hi @Роскіна Єлизавета - Welcome to the Atlassian Community!
You just need to create a filter that shows the issues you want to see. Then save and share the filter. Next create a board based on an existing filter and select the filter you just created.
Hello @Роскіна Єлизавета
Welcome to the Atlassian community.
Adding to this, since you are on the Premium plan you can use the following filter to get the initiative and all its descendant issues:
issue = INT-001 or issuekey in portfolioChildIssuesOf("INT-001")
...where INT-001 is the issue key for your Initiative issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!!
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.