main
[Atlassian] 공식 documentation 링크 (REST API) 본문
Java Doc
1. jira
software
https://docs.atlassian.com/software/jira/docs/api/7.6.1/
Atlassian JIRA 7.6.1 API
docs.atlassian.com
service desk
https://docs.atlassian.com/jira-servicedesk/3.9.1/
JIRA Service Desk API 3.9.1 API
docs.atlassian.com
2. Bitbucket
https://docs.atlassian.com/bitbucket-server/javadoc/8.4.0/api/
Bitbucket Server - API 8.4.0 API
docs.atlassian.com
3. Bamboo
https://docs.atlassian.com/atlassian-bamboo/8.2.4
Atlassian Bamboo 8.2.4 API
docs.atlassian.com
4. Confluence
https://docs.atlassian.com/atlassian-confluence/6.6.0/
Atlassian Confluence 6.6.0 API
docs.atlassian.com
5. Crowd
https://docs.atlassian.com/atlassian-crowd/5.0.0/
Atlassian Crowd 5.0.0 API
docs.atlassian.com
REST API
1. jira
software
https://docs.atlassian.com/jira-software/REST/7.3.1/
JIRA Agile Server 7.4.0-SNAPSHOT REST API reference
Returns all issues from a board, for a given board Id. This only includes issues that the user has permission to view. Note, if the user does not have permission to view the board, no issues will be returned at all. Issues returned from this resource inclu
docs.atlassian.com
service desk
https://docs.atlassian.com/jira-servicedesk/REST/5.2.0/
JIRA Service Management 5.2.0
Returns a page of issues inside a queue for a given queue ID. Only fields that the queue is configured to show are returned. For example, if a queue is configured to show only Description and Due Date, then only those two fields are returned for each issue
docs.atlassian.com
2.Bitbucket
https://developer.atlassian.com/server/bitbucket/rest/v804
The Bitbucket Server REST API
developer.atlassian.com
3. Bamboo
https://docs.atlassian.com/atlassian-bamboo/REST/5.5.0/
Bamboo REST API documentation
PUT Continue partially done build. Effectively, this method adds build to the build queue, so is not guarantied that build would be executed immediately. Depending on currently executed builds and length of build queue, build may be executed when queue wou
docs.atlassian.com
4. Confluence
https://docs.atlassian.com/ConfluenceServer/rest/7.12.3/
https://docs.atlassian.com/ConfluenceServer/rest/7.12.3/
Deletes a labels to the specified content. When calling this method through REST the label parameter doesn't accept "/" characters in label names, because of security constraints. For this case please use the query parameter version of this method (/conten
docs.atlassian.com
5. Crowd
https://docs.atlassian.com/atlassian-crowd/3.2.3/REST/
Crowd 3.2.3
Retrieves full details of all group memberships, with users and nested groups. This resource is optimised for streaming XML responses, and does not support JSON responses. Responses Status 200Returned on success. Status 404Returned if unavailable in earlie
docs.atlassian.com
'ETC' 카테고리의 다른 글
[Flutter] Flutter 다운로드 (0) | 2022.09.27 |
---|---|
[PyCharm] 파이참 설치하기 (0) | 2022.09.26 |
[HTTP] GET과 POST의 차이 (0) | 2022.09.24 |
[Oracle] Oracle 11gR2 다운로드 (0) | 2022.09.24 |
[Git] SSL certificate problem: self signed certificate (0) | 2022.09.23 |