Designing and Implementing Microsoft DevOps Solutions — Question 58
You manage projects by using Azure Boards.
You have a current work item name itemA that is dependant on a work item named itemB.
You need to define the dependency for itemA.
What should you do in the web portal for Azure DevOps?
Answer options
- A. Add a Parent link to the user story of itemA.
- B. From Backlogs, open the context menu, select Add link, and then select itemA. Set Link type to References and add the ID of itemB.
- C. From itemA, open the Links tab, and then select Add link. Set Link type to References and add the ID of itemB.
- D. From itemA, open the Links tab, and then select Add link. Set Link type to Successor and add the ID of itemB.
Correct answer: D
Explanation
The correct answer is D because setting a link type to Successor accurately establishes that itemA is dependent on itemB. Options A, B, and C do not correctly represent the dependency relationship needed in this scenario.