Hi All,
I'm looking to create a filter for my board that will show all issues from all projects within the company. So that form our "company board" we can see all issues that are being worked on by all project teams.
Does anyone have a way to do this or has the JQL query to do so?
Cheers
That is going to be or become one big board.
use one of these...
status != done
resolution is Empty
order by project asc
Adjust to to meet your needs. If you don’t exclude Done then you may want a board sub-filter to age them off the board after 7-10 days
Thanks! How do you implement a sub filter like that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Something like this
resolved >= -1w OR resolved IS EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This will actually capture everything:
ORDER BY created DESC
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.