nerdexam
Microsoft

GH-900 · Question #2

What qualifier finds issues that mention a certain user?

The correct answer is A. mentions. The qualifier mentions: is used in GitHub's search functionality to find issues that mention a certain user. For example, if you want to find all issues where a specific user is mentioned, you would use mentions:username. This helps in tracking where a user has been involved in…

Collaboration Features

Question

What qualifier finds issues that mention a certain user?

Options

  • Amentions:
  • B@mentioned:
  • Cmentioned:
  • Dthreads:

How the community answered

(18 responses)
  • A
    89% (16)
  • B
    6% (1)
  • C
    6% (1)

Explanation

The qualifier mentions: is used in GitHub's search functionality to find issues that mention a certain user. For example, if you want to find all issues where a specific user is mentioned, you would use mentions:username. This helps in tracking where a user has been involved in discussions across issues or pull requests.

Topics

#GitHub search#Issue management#Search qualifiers#User mentions

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice