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

  1. Open the SourceCraft home page.
  2. On the Home tab, navigate to Repositories.
  3. Select the repository you want to create a milestone in.
  4. Under Plan on the repository page, go to Milestones.
  5. In the top-right corner, click New milestone.
  6. In the window that opens, set the milestone parameters:
    • Title
    • Optionally, Start Date
    • Optionally, Due Date
    • Optionally, Description
  7. Click Create milestone.
  1. Open the SourceCraft home page.
  2. On the Home tab, navigate to Repositories.
  3. Select the repository where you want to link issues to a milestone.
  4. Under Plan on the repository page, go to Milestones.
  5. Select the milestone you want to link an issue to.
  6. Under Issues, click New linked item.
  7. 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 and select the issue.

To unlink an issue from a milestone, click next to the issue and select Unlink.

Viewing issues linked to a milestone

  1. Open the SourceCraft home page.
  2. On the Home tab, navigate to Repositories.
  3. Select the repository where you want to view issues linked to a milestone.
  4. Under Plan on the repository page, go to Milestones.
  5. Click next to the milestone and select Open on Issues page.

Editing or closing a milestone

  1. Open the SourceCraft home page.

  2. On the Home tab, navigate to Repositories.

  3. Select the repository where you want to edit or close a milestone.

  4. Under Plan on the repository page, go to Milestones.

  5. Click next to the milestone and select Edit.

  6. 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.

  7. Click Update milestone.

Deleting a milestone

  1. Open the SourceCraft home page.
  2. On the Home tab, navigate to Repositories.
  3. Select the repository you want to delete a milestone in.
  4. Under Plan on the repository page, go to Milestones.
  5. Click next to the milestone and select Delete.
  6. Confirm the deletion.

See also