nerdexam
Microsoft

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.

Submitted by stefanr· Mar 6, 2026Configure processes and communications

Question

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?

Options

  • AFixes #456, #457, #458
  • BFixes #AB456, #AB457, #AB458
  • C#456, #457, #458
  • D#AB456, #AB457, #AB458

How the community answered

(64 responses)
  • A
    6% (4)
  • B
    80% (51)
  • C
    3% (2)
  • D
    11% (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.

Full AZ-400 Practice