Programing/Tips

[JIRA] git commit 과 연동하기

mjune.kim 2024. 3. 21. 07:18

Jira Ticket에 깃허브 또는 비트버킷의 커밋 을 연동하기 위해서는 커밋시 Jira 의 티켓 번호를 코멘트 처음에 기입하면 된다. 예를 들어 티켓 아이디가 JIRA-31 이라면 커밋시 "JIRA-31 Fix the issue ..." 라고 메세지를 입력하면 된다.

Commits
Include the issue key in the commit message to link the commit to your Jira issue.
For example: git commit -m "JRA-123 <commit message>"
This works by default in connected Bitbucket, GitLab, GitHub, GitHub Enterprise, and Fisheye tools

https://support.atlassian.com/jira-software-cloud/docs/reference-issues-in-your-development-work/