Designing and Implementing Microsoft DevOps Solutions — Question 49

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

Correct answer: D

Explanation

The correct answer is D because it uses the proper format for linking work items in GitHub while also marking work item 456 as completed. Options A and C do not use the required prefix 'AB' for the work items, and option B does not set the state of any work item to done.