nerdexam
Microsoft

AZ-400 · Question #432

You manage a project by using Azure Board, and you manage the project code by using Azure Repos. You have a bug work item that has an ID of 123. You need to set the work item state to Resolved. What s

The correct answer is D. Fixes #123. The three supported keywords to trigger a resolution mention are fix, fixes, and fixed (case https://learn.microsoft.com/en-us/azure/devops/repos/git/resolution-mentions?view=azure-devops

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

Question

You manage a project by using Azure Board, and you manage the project code by using Azure Repos. You have a bug work item that has an ID of 123. You need to set the work item state to Resolved. What should you add to the commit message?

Options

  • A#123 completes
  • B#123 Resolved
  • CCompleted #123
  • DFixes #123

How the community answered

(19 responses)
  • A
    5% (1)
  • D
    95% (18)

Explanation

The three supported keywords to trigger a resolution mention are fix, fixes, and fixed (case https://learn.microsoft.com/en-us/azure/devops/repos/git/resolution-mentions?view=azure-devops

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice