AZ-400 · Question #464
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 B. Fixes #AB456, #AB457, #AB458. https://learn.microsoft.com/en-us/azure/devops/boards/github/link-to-from-github?view=azure- devops#use-ab-mention-to-link-from-github-to-azure-boards-work-items From a GitHub commit, pull request or issue, use the following syntax to create a link to your Azure Boards work item.
Question
Options
- AFixes #456, #457, #458
- BFixes #AB456, #AB457, #AB458
- C#456, #457, #458
- D#AB456, #AB457, #AB458
How the community answered
(64 responses)- A6% (4)
- B80% (51)
- C3% (2)
- D11% (7)
Explanation
https://learn.microsoft.com/en-us/azure/devops/boards/github/link-to-from-github?view=azure- devops#use-ab-mention-to-link-from-github-to-azure-boards-work-items From a GitHub commit, pull request or issue, use the following syntax to create a link to your Azure Boards work item. Enter the AB#ID within the text of a commit message. Or, for a pull request or issue, enter the AB#ID within the title or description (not a comment).
Community Discussion
No community discussion yet for this question.