Skip to content

Allow customization of issue generated branch names #5683

Open
@CarterQC

Description

@CarterQC

Currently gitpod only allows for creating a workspace and branch from an issue with this naming scheme:
<your-username>/<issue-title>-<issue-number>

But since many teams use different branch naming schemes, it would be very nice to be able to customize this. Ideally something we could just set in the .gitpod.yml with optional pre-defined variables (issue-title, username, issue-number, etc.) available that could be interpolated in a format that gitpod could parse.

For example:

branch_naming:
    issue: "task-<issue-number>/<issue-title>"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions