Skip to main content

마일스톤별로 문제 및 끌어오기 요청 필터링

문제와 끌어오기 요청은 연결된 마일스톤에 따라 필터링할 수 있습니다. 문제 또는 끌어오기 요청을 마일스톤과 연결한 후에는 해당 마일스톤을 기준으로 항목을 찾을 수 있습니다. 마일스톤 내에서 문제 및 끌어오기 요청의 우선 순위를 지정할 수 있습니다.

Tips:

  • If you'd rather filter issues and pull requests using the Search bar, you can use the milestone search syntax. For a milestone called My Milestone, the search syntax would be: milestone:"My Milestone".
  • To clear your filter selection, click Clear current search query, filters, and sorts.
  • You can also filter issues or pull requests using the GitHub CLI. For more information, see "gh issue list" or "gh pr list" in the GitHub CLI documentation.
  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Issues or Pull requests.

    Screenshot of the main page of a repository. In the horizontal navigation bar, two tabs, labeled "Issues" and "Pull requests," are each outlined in dark orange.

  3. Select Milestones to see a list of all available milestones for the repository.

    Screenshot of the list of issues for a repository. Above the list, a button, labeled with a signpost icon and "Milestones," is outlined in dark orange.

  4. Select the milestone you're interested in from the list. You can view relevant information for the milestone, including all issues and pull requests associated with it, from the milestone page. For more information, see "About milestones."

Further reading