Skip to content

How to include 'Task' work item types? #56

Answered by nbrown02
nbrown02 asked this question in Q&A
Discussion options

You must be logged in to vote

To do this:

  1. Go to 'Transform Data'

  1. You'll need to find every table that has 'WorkItems xx' in the name, and then go to 'Source' on the right hand side.
    There is a line of text in the query that says: and%20WorkItemType%20ne%20%27Task%27%20

  1. If you want to include Tasks with User Stories, PBI's, etc. then simply delete this text.
    If you want to include Tasks whilst excluding User Stories, PBI's, etc. then you need to change the text to: and%20WorkItemType%20ne%20%27TProduct%20Backlog%20Item%27%20and%20WorkItemType%20ne%20%27TUser%20Story%27%20

Replies: 1 comment

Comment options

nbrown02
Mar 16, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by nbrown02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant