AZ-400 · Question #462
You have a GitHub repository that is integrated with Azure Boards. Azure Boards has a work item that has the number 715. You need to ensure that when you commit source code in GitHub, the work item is
The correct answer is B. AB#715. 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
- Athe URL of the work item
- BAB#715
- C@715
- D#715
How the community answered
(46 responses)- A7% (3)
- B87% (40)
- C4% (2)
- D2% (1)
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.