go-jira
go-jira copied to clipboard
Go client library for Atlassian Jira
## What would you like to be added? I would like to client.Issue.Create(..) call rest/api/3/issue instead of rest/api/2/issue ## Why is this needed? The new version supports DOC type as...
#### What type of PR is this? * feature * api-change (new function) #### What this PR does / why we need it: Jira has an API endpoint to [get...
This PR contains an implementation of updating a projectComponent in JIRA Cloud.
Maybe there are useful changes in it: - https://github.com/andygrunwald/go-jira/pull/601 - https://github.com/andygrunwald/go-jira/pull/570 - https://github.com/andygrunwald/go-jira/pull/591 - https://github.com/andygrunwald/go-jira/pull/565 - https://github.com/andygrunwald/go-jira/pull/566
#### What type of PR is this? * feature #### What this PR does / why we need it: Adds additional functionality for custom fields #### Which issue(s) this PR...
## What would you like to be added? Support for the whole suite of custom filed operations: create, update, delete etc.: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-fields/#api-group-issue-fields ## Why is this needed? Right now only...
Hey @andygrunwald just wanted to know, is the cloud part of go-jia ready to be used in production? We have been using the on-prem part of this lib and are...
## What would you like to be added? API for queues ## Why is this needed? Especially to get the issues in a queue ## Anything else we need to...
#### What type of PR is this? * feature * api-change (new function) #### What this PR does / why we need it: Jira has an API endpoint to [delete...
#### What type of PR is this? * feature * api-change (new function) #### What this PR does / why we need it: Jira has an API endpoint to [get...