AZ-400 · Question #483
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 li
The correct answer is D. #AB456, #AB457, #AB458. In GitHub, you can link a pull request to work items in Azure Boards by using the keywords in the commit message. The "Verifies" keyword is used to link a pull request to work items and automatically set their state when the pull request is merged. In this case, you want to set t
Question
Options
- A#AB456, #AB457, #AB458
- B#456, #457, #458
- CDone #AB456, #AB457, #AB458
- D#AB456, #AB457, #AB458
How the community answered
(33 responses)- A6% (2)
- B9% (3)
- C3% (1)
- D82% (27)
Explanation
In GitHub, you can link a pull request to work items in Azure Boards by using the keywords in the commit message. The "Verifies" keyword is used to link a pull request to work items and automatically set their state when the pull request is merged. In this case, you want to set the state of work item 456 to done, so you use "Verifies #AB456" in the commit message. Additionally, you can include the other work items (#AB457, #AB458) to link them to the pull
Community Discussion
No community discussion yet for this question.