I have 1 Agile project with different boards.
How can I sort the Backlog, so that there will not be shown the Epics and User Stories of the first Board?
Thanks for your help.
Boards just show a filter. If they have a different filter, they will display different issues.
The common way of doing this is using another project.
Another way of accomplishing your end goal would be to have the boards using mutually-exclusive filters like this:
Board 1 – Project = Software AND issuetype = Story ORDER BY Rank ASC
Board 2 – Project = Software AND issuetype = Bug ORDER BY Rank ASC
You could also use some way of differentiating the issues by using either a custom field or a specific label. Then specify the issues you want in your board using a filter, as Steven says.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank your for your support. It was very helpful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.