Designing and Implementing Microsoft DevOps Solutions — Question 64
You manage a project by using Azure Boards. You manage the project code by using GitHub.
You have three work items that have IDs of 456, 457, and 458.
You need to create a pull request that will be linked to all the work items. The solution must set the state of work item 456 to done.
What should you add to the commit message?
Answer options
- A. Done #456, #457, #458
- B. Fixes #456, #457, #458
- C. Fixes #AB456, #A8457, #A8458
- D. #AB456, #AB457, #AB458 Completed #AB456
Correct answer: C
Explanation
The correct answer is C because it uses the correct syntax to link the work items while also indicating that work item 456 is fixed. Options A and B do not use the required prefixes for the IDs, and option D has incorrect prefixes that do not correspond with the original work item IDs.