go-atlassian
go-atlassian copied to clipboard
✨ Golang Client Library for Atlassian Cloud.
Based on the documenation `RenderedFields` is an Object, like `Fields`. Maybe it makes sense to have a struct for that, but so far the possible content is not known to...
Fixes #262
This is an idea I had about storing customfields in the struct, so its easier to access them. @ctreminiom I want your thoughts om this approach.
**Is your feature request related to a problem? Please describe.** This does not exists. https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-group-and-user-picker/#api-rest-api-2-groupuserpicker-get **Additional context** Neither in V2 nor V3
Based on the official document those URLs wants a string for `serviceDeskID`. https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-servicedeskid-customer-get This will be a breaking change.
Based on the official document those URLs wants a string for `serviceDeskID`. https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-servicedeskid-attachtemporaryfile-post This will be a breaking change.
Sorry for not noticing this earlier. This fix is to make sure the recent asset implementation follows the official golang styleguide https://google.github.io/styleguide/go/decisions.html#initialisms It will be a breaking change.
Implemented (Service Desk Get request type groups)[https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-servicedeskid-requesttypegroup-get]