-
[JIRA] git commit 과 연동하기Programing/Tips 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 toolshttps://support.atlassian.com/jira-software-cloud/docs/reference-issues-in-your-development-work/
'Programing > Tips' 카테고리의 다른 글
OpenVPN Client App For MAC (0) 2023.08.29 chromedriver 설치 (0) 2023.03.03 [docker] install vim (0) 2022.09.15 파일로 출력되는 결과를 표준 출력으로 표시하기 (0) 2021.10.13 [tistory] color scripter (0) 2019.04.08