We want to run all projects the team is working through a single kanban board. I know this was possible in agile boards in previous releases. Is this also possible in 7.x releases?
You can do it. You need to create a filter, which would query all the data and assign this filter to the board.
1.Create a Filter By JQL like:project is not null
2.Use the above JQL to create a Board
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Project can't be null, so you can just filter for "" to get all projects.
Project in (xxx, yyy, zzz) is probably more useful, as most of us have projects and don't want to include all of them.
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.