Skip to main content
1-Visitor
April 25, 2018
Question

How to query 2 different type

  • April 25, 2018
  • 1 reply
  • 1499 views

I need to query 2 different type , such as type = Project and type = Incident , but both are not interrelate to each other. How can i do this, Based on this 2 type i need to create a report is it possible?

1 reply

5-Regular Member
April 25, 2018

This is definitely possible.You can add more than one type to the Type field filter in the query. You can add any additional field filters as well.

 

For example, the following query will return all Projects or Work Items.

query_types.PNG

 

The following query will return all Projects with Product Manager=product_manager, and all Work Items with Task Phase = Open:

query_different_fields.png


For a report, choose the query that returns the items you want to report on.