Connecting Jira to Github - Jacob1225/pufferfish-minecraft-mod GitHub Wiki

This page is to explain the process in linking a jira story to a branch in github. Before starting, ensure that you are setup with jira and to the github repository.

  1. Create a jira story. This can be done on the kanban board.

  2. Within the jira story, click on "Create Branch"

image

  1. Copy the corresponding command which includes "git checkout", and paste it into your gitbash terminal. This will checkout the branch, and the developer can start modifying the codebase under this branch.

  2. When ready to push the new changes, publish this branch to github, then create a pull request. Automatically, the jira will be linked to the github repository under the name of the jira story.