Skip to content

hyunwook-kim-dhk/branch_name_maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

About

google translation api와 jira api을 사용하여 자동으로 브랜치 이름을 만들어주는 스크립트

Setup

환경변수에 다음 3가지를 등록해야 한다.

  • JIRA_USER : JIRA email (ex: username@domain.com)
  • JIRA_PASSWORD : JIRA API Token (토큰 발급 방법)
  • JIRA_BASE : JIRA base url (ex: https://domain.atlassian.net)

Installation

required

  • python3

install

pip install require -r requirements

Done.

Usage

Single ticket

python main.py {ticket_no}

Multiple ticket

python main.py {ticket_no1} {ticket_no2} ...

Notice

  • 구글 번역기 API, JIRA API 기반이라 네트워크 필수
  • 구글 번역기라서 종종 번역 불가능한 부분이 한글로 나올 수 있음
  • 특수 문자의 경우 직접 바꿔줘야 할 때도 있음

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages