Hello,
I need to create a query that would return all item from a project board and some other labeled tasks from other project
To find the stories I can use the following query 1.:
project = X
From the second project I want it like
project = "Y" AND label = "something"
The question is: how can I combine these two queries, so that I don't need to run the query 1 one and then manually put the story IDs into the query 2.
I would be very grateful for your suggestions.
How about this...
project = X OR (project = Y AND labels = "something")
maybe I'm missing something here?
WooooW it worked, seems its soo easy, Thank you Jack :)
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.