GH-900 · Question #25
An employee needs to find all issues within organization "Avocado" containing text "404 error" and a "guacamole" label. Which of the following steps would be best to search for these results?
The correct answer is A. Enter query org:Avocado is:issue label:guacamole "404 error" in the search bar. GitHub provides a powerful search syntax to filter and find specific issues across repositories in an organization. Search Query Syntax: Option A is correct because the query org:Avocado is:issue label:guacamole "404 error" is the best way to search for all issues within the…
Question
An employee needs to find all issues within organization "Avocado" containing text "404 error" and a "guacamole" label. Which of the following steps would be best to search for these results?
Options
- AEnter query org:Avocado is:issue label:guacamole "404 error" in the search bar.
- BGo to "Avocado" organization. Select Issues under a repository. Filter issues with a "guacamole"
- CEnter query org:Avocado label:guacamole "404 error" in the search bar. Select "Issues" in the
- DGo to the Avocado organization settings. Select Repository defaults under Repository. Scroll to
How the community answered
(64 responses)- A80% (51)
- B11% (7)
- C3% (2)
- D6% (4)
Explanation
GitHub provides a powerful search syntax to filter and find specific issues across repositories in an organization. Search Query Syntax: Option A is correct because the query org:Avocado is:issue label:guacamole "404 error" is the best way to search for all issues within the "Avocado" organization that contain the text "404 error" and are labeled with "guacamole". This query is precise and leverages GitHub's advanced search capabilities.
Topics
Community Discussion
No community discussion yet for this question.