Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 2.19 KB

File metadata and controls

38 lines (25 loc) · 2.19 KB

Jira & GitLab integration - Create new branch

The extension adds a new Create branch button to the Jira Issue overview control buttons under the issue title. If you wish to open new branches for your ticket you've just started working on, this extension could help.

Screenshot1

Description

This chrome extension makes it easier to create new branches on GitLab directly from Jira. Adds a new button to the issue overview page. After clicking this button a modal shows up. On this modal you can specifiy the desired name of the new branch and the rerfence branch or commit hash where it will be forked from. You can also always notice the project name of your GitLab repo where this new branch will be created. Currently only one project/repo supported. For perfoming the create branch action the extension uses the GitLab APIs. See the GitLab API docs! If the branch created successfully then a success notif should popup. If something went wrong you will see browser alerts.

Add to your Chrome

Try it now in CWS

How to configure

To reveal the extension settings simply click on the extension icon in the extensions toolbar. On the popup you have to set the access token and the project id from GitLab.

Screenshot4

1. Generate access token

In order to get access to the GitLab APIs you must create an access token first in your profile with allowing the api usage (only). Then you should copy the generated key.

Screenshot4

2. Copy the project Id

The project id can be found on the project`s overview page on GitLab.

Screenshot5

  1. Save Don't foget to click the ´Save´ button. After you have saved the values the extension is ready to use.

Screenshots

Create branch modal

Screenshot7

In action

Screenrecord9