-
스크린샷
-
기능
-
JIRA 티켓 생성
- 지정한 프로젝트, 이슈 유형으로 jira ticket을 생성 한다.
- 티켓 생성 성공시 ticket key 정보를 return 한다.
-
rest api (swagger)
: 제공되는 issue 관련 rest api
-
-
시작하기
- gradle bootRun
-
프로젝트 설정
-
application.yml
server: port: 8081(기동 포트 정보) jira: username: thinkhero(jira user id) password: P@ssw0rd(password) jiraUrl: http://localhost:8080(jira base URL) projectKey: TEST(티켓 생성할 프로젝트 키) # get from http://{jiraUrl}localhost:8080/secure/admin/ViewIssueTypes.jspa issueType: 10005(티켓 생성할 issueType)
-
-
Notifications
You must be signed in to change notification settings - Fork 0
hwangjungpil/jira-rest-api-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published