30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
---
|
|
title: Associating milestones with issues and pull requests
|
|
intro: You can associate similar issues and pull requests with a milestone to better track their progress.
|
|
redirect_from:
|
|
- /articles/associating-milestones-with-issues-and-pull-requests
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
github-ae: '*'
|
|
---
|
|
|
|
{% data reusables.repositories.navigate-to-repo %}
|
|
{% data reusables.repositories.sidebar-issue-pr %}
|
|
3. Select the checkbox next to the items you want associated with a milestone.
|
|

|
|
4. In the upper-right corner, click **Milestone**, then start typing the name of [an existing milestone](/articles/creating-and-editing-milestones-for-issues-and-pull-requests). Click the milestone's name to associate it with the item.
|
|

|
|
|
|
{% tip %}
|
|
|
|
As you're working on issues and pull requests, you can [track the progress of your milestone](/articles/viewing-your-milestone-s-progress).
|
|
|
|
{% endtip %}
|
|
|
|
### Further reading
|
|
|
|
- "[About milestones](/articles/about-milestones)"
|
|
- "[Creating and editing milestones for issues and pull requests](/articles/creating-and-editing-milestones-for-issues-and-pull-requests)"
|
|
- "[Filtering issues and pull requests by milestone](/articles/filtering-issues-and-pull-requests-by-milestone)"
|