Skip to content

Creating Branch That Is Linked To Issue

Khanh Nguyen edited this page Feb 11, 2024 · 1 revision

If you want to attach your branches to the issues created, there is an easy process that will be described below. Note, you are free to create as many branches as you want, branched from any branch that you want, however, your final branch (the one that is merged into dev with everyone else's code) needs to be branched from dev. Creating a branch that is linked to an issue is a good way to keep track of which branch is the one you want to have merged.

To do this:

  • On the code repo page, Select 'Issues' on the top left of the page.
  • This will take you to the issues pages. Select which issue you are working on On the right side, under 'Development', if a branch has not been created, you sill see an option to create a branch

image

After selected 'create a branch' you will see a popup. Make sure to change the branch source to dev.

image

You can select whichever option for 'What's next?' and then create the branch. Once the branch is created, you will see it attached to the issue as shown below:

image