Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysicing/jirasdk
https://github.com/ysicing/jirasdk
go-jira-client jira
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ysicing/jirasdk
- Owner: ysicing
- License: agpl-3.0
- Created: 2021-07-26T03:27:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T03:57:44.000Z (over 3 years ago)
- Last Synced: 2024-06-21T10:58:27.319Z (5 months ago)
- Topics: go-jira-client, jira
- Language: Go
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## JiraSDK
> Go client library for [Jira](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/)
> `go get -u github.com/ysicing/jirasdk`
## Requirements
- Go >= 1.15
- Jira v8.2.2 (self-host)## Support
### 用户User
- Get/Search
- Assignable### 状态Status
- List
- Get
- ProjectGet 项目级Get### 项目Project
- Get/Search
- Types
- Post### 优先级Priority
- Get
### 问题类型IssueType
- List
- Get
- Post### 问题issue
- Meta
- Get
- Post
- Assignee## issue流转Transitions
- Get
- Post### issue模块Component
- Get
- Post### issue评论Comment
- Get
- Post### issue流程管理方案Scheme
- List
- Get## issue搜索IssueSearch
- Get
## issue关注watcher
- Get
- Post
- Del## 角色role
- List
- Post
- PGet # 查看项目角色成员
- PGets # 查看项目角色列表## 角色成员roleuser
- Get
- Post
- Del
- DefaultGet # 全局
- DefaultPost # 全局
- DefaultDel # 全局