Skip to content

A guide on GitHub Projects

Template Projekt Vorschau
  1. Create a ProjectV2

    With our SCRUM template,

    or with a GitHub template at
    github.com/<username>?tab=projects or github.com/orgs/<username>/projects.

    Project Templates

    or migrate from ProjectV1:

    GitHub Documentation

  2. Default View

    You are now at github.com/<orgs|users>/<username>/projects/<id>
    and can see your default view here.

    Default View

    Here you can also set the type of view as well as some sorting and display options.

    Change Type Sort and Fields

    And filter.

    Filter

    There are now also statistics for GitHub Projects.

    Insights

    github.com/<orgs|users>/<username>/projects/<id>/insights

    Insight Settings Statistics

    Settings - Creating custom Issue Fields

    github.com/<orgs|users>/<username>/projects/<id>/settings

    Settings

         Sprint

    Sprint Settings

         Status

    Status Settings

    Result:

    Sprint Field

    Workflows: How to automatically change issues through actions.

    Workflows

    github.com/<orgs|users>/<username>/projects/<id>/workflows

    Workflow Settings
  3. How do we organize our GitHub Project?

    We assign userstory and task labels to our issues so we can identify them more quickly.
    Additionally, although we have created a dedicated Sprint field for the issues, we also assign a Sprint label (sprint-xxx),
    to keep track in the issues overview where the Sprint field is not displayed.

    github.com/<username>/<repository-name>/issues

    Issues

    github.com/<username>/<repository-name>/labels

    Labels

    github.com/<username>/<repository-name>/milestones

    Milestones

    Since milestones and labels can only be managed per repository in GitHub,
    we recommend using our propromo.cli to synchronize them between repositories.