Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-http/jira
https://github.com/go-http/jira
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-http/jira
- Owner: go-http
- License: gpl-3.0
- Created: 2020-11-21T09:37:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T08:28:29.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T16:49:39.101Z (5 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jira [![PkgGoDev](https://pkg.go.dev/badge/github.com/go-http/jira)](https://pkg.go.dev/github.com/go-http/jira)
封装了JIRA Server的HTTP API。JIRA的API文档参见 [JIRA Agile Server REST API reference](https://docs.atlassian.com/jira-software/REST/7.3.1/) 。
## API支持
- [x] Agile Board
- [x] Get all boards
- [ ] Create board
- [ ] Get board
- [ ] Delete board
- [ ] Get issues for backlog
- [ ] Get configuration
- [x] Get issues for board
- [x] Agile Board Sprint
- [x] Get all sprints
- [x] Get issues for sprints