How can I create a query across multiple teams' boards and on labels specifically.
Hi, @alia.burale !
Labels are global items, it is feauture.
So JQL should looks like:
labels = "demo-desk"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To be clear you wouldn’t do this across the boards you would do this across projects I assume. So let’s say you had three projects that you were interested in finding all issues associated with label-A…
project in (1,2,3) and labels = “label-A”
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you! can I add this JQL as a filter that shows across projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes I guess. The point is a JQL filter does not show across projects rather a JQL filter is just a query of the database and that query can include the project field. As a point of example you could take that JQL filter that I provided above and use it to create a board and that board then captures issues across those three projects.
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.