go-jira
go-jira copied to clipboard
Go client library for Atlassian Jira
When i call the ticket i get `SocOptionImpl{label='some-label', value='some-value'}` How can i parse it?
## What would you like to be added? - IssueService method PostAttachment creates attachment which cannot be viewed by customers. It would be nice to be able to set visibility...
Hi! First: thanks for your work here! Its nice to have a Jira API impl. in Go! I stumbled upon the `Unknowns` struct field of `IssueFields` and thus I think...
## What would you like to be added? Examples to cover updating the value of fields in an existing issue e.g. Priority or custom fields. ## Why is this needed?...
They're constantly adding custom fields to JIRA where I work. One of the latest requires a full object rather than a simple string, as the data. It represents a drop-down...
#### What type of PR is this? * feature #### What this PR does / why we need it: Added POST search function in cloud. General cleanup of the issue...
## What happened? jira/package returns an error ## What did you expect to happen? successful ticket creation ## How can we reproduce it (as minimally and precisely as possible)? `cfg.Client`...
#### What type of PR is this? * feature #### What this PR does / why we need it: It adds the missing [issue link](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links/#api-group-issue-links) #### Special notes for your...
Add this link to the docs: https://www.atlassian.com/migration/assess/journey-to-cloud Could be interesting to define the future outlook of this library in regards to Cloud vs. On-Premise. ## Placeholder This issue is just...
## What would you like to be added? Support the `rest/assets/1.0/aql/objects` API. [JIRA REST asset docs](https://docs.atlassian.com/assets/REST/10.7.0/) ## Why is this needed? Would be nice. ## Anything else we need to...