Working with milestones in SourceCraft
Milestones are a tool for planning and tracking key milestones during software development.
Milestones may be associated with new releases or major updates.
For each milestone, you can set a due date and specify the issues you need to complete to reach your target. You can also link pull requests to issues.
This way, by grouping milestones, issues, and pull requests, you can track development progress and manage priorities.
Creating a milestone
- Open the SourceCraft home page.
- On the
Home tab, navigate to Repositories. - Select the repository you want to create a milestone in.
- Under
Plan on the repository page, go to Milestones. - In the top-right corner, click
New milestone. - In the window that opens, set the milestone parameters:
- Title
- Optionally, Start Date
- Optionally, Due Date
- Optionally, Description
- Click Create milestone.
Linking a milestone to an issue
- Open the SourceCraft home page.
- On the
Home tab, navigate to Repositories. - Select the repository where you want to link issues to a milestone.
- Under
Plan on the repository page, go to Milestones. - Select the milestone you want to link an issue to.
- Under Issues, click New linked item.
- Select the issue you want to link to the milestone from the drop-down list.
To link a milestone to another issue, under Issues, click
To unlink an issue from a milestone, click
Viewing issues linked to a milestone
- Open the SourceCraft home page.
- On the
Home tab, navigate to Repositories. - Select the repository where you want to view issues linked to a milestone.
- Under
Plan on the repository page, go to Milestones. - Click
next to the milestone and select Open on Issues page.
Editing or closing a milestone
-
Open the SourceCraft home page.
-
On the
Home tab, navigate to Repositories. -
Select the repository where you want to edit or close a milestone.
-
Under
Plan on the repository page, go to Milestones. -
Click
next to the milestone and select Edit. -
In the window that opens, edit the following milestone parameters:
- Title
- Start Date
- Due Date
- Description
To edit or close a milestone, select Status: Closed.
-
Click Update milestone.
Deleting a milestone
- Open the SourceCraft home page.
- On the
Home tab, navigate to Repositories. - Select the repository you want to delete a milestone in.
- Under
Plan on the repository page, go to Milestones. - Click
next to the milestone and select Delete. - Confirm the deletion.