I need help in creating a layout which can populate work items with direct links or tree view.
For eg:
Let's say I have a query with all Open requirements and which are linked to Test cases. So the query would be like this in TFS
"And/Or" "Field" "Operator" "Value"
. Team Project = @Project
And Work Item Type = Requirement
And State <> Closed
- Sub-Query with linked items
And linked work items that match the query below:
And Work Item Type = Test Case
For that, I want to build a layout as below which I was not able to do using "Word4tfs" addin
Req ID: ID
Req Title: Title
Req Description: Description
[Linked Items]
Link type: Testcase
TC ID: TestCase ID
TC Title: TestCase Title
TC Execution Status: Status (Passed or Failed)
TC Steps: Actions (Nothing but test case steps)
TC Expected Results: Expected results (Testcase results)
TC Actual Results: Actual results (TestCase results)
Link type: Defects
Defect ID: ID
Defect Title: Title
Defect Description: Synopsis
Defect Reproduce steps: Repro Steps
Thanks,
Sri
For eg:
Let's say I have a query with all Open requirements and which are linked to Test cases. So the query would be like this in TFS
"And/Or" "Field" "Operator" "Value"
. Team Project = @Project
And Work Item Type = Requirement
And State <> Closed
- Sub-Query with linked items
And linked work items that match the query below:
And Work Item Type = Test Case
For that, I want to build a layout as below which I was not able to do using "Word4tfs" addin
Req ID: ID
Req Title: Title
Req Description: Description
[Linked Items]
Link type: Testcase
TC ID: TestCase ID
TC Title: TestCase Title
TC Execution Status: Status (Passed or Failed)
TC Steps: Actions (Nothing but test case steps)
TC Expected Results: Expected results (Testcase results)
TC Actual Results: Actual results (TestCase results)
Link type: Defects
Defect ID: ID
Defect Title: Title
Defect Description: Synopsis
Defect Reproduce steps: Repro Steps
- First of all, I did not find any Test cases fields under Edit layout.
-
Only data from direct query is displayed. Let's say, I have a query with linked items and out of which the first query populates the data correctly in their respective fields as defined but linked item is showing some random details which was not liked to that particular requirement.
Thanks,
Sri