-
Task are deliberately excluded from the dashboard, mainly because these alone do not relate to value. Counting a 'Dev' task in our Throughput chart for example would be misleading if the actual user story was not finished. If you'd like to include 'Tasks' in your dataset, you will need to edit the queries in the report to do so... |
Beta Was this translation helpful? Give feedback.
Answered by
nbrown02
Mar 16, 2022
Replies: 1 comment
-
To do this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nbrown02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To do this:
There is a line of text in the query that says: and%20WorkItemType%20ne%20%27Task%27%20
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