go-atlassian
go-atlassian copied to clipboard
✨ Golang Client Library for Atlassian Cloud.
…additional comment This will be a breaking change.
https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-servicedeskid-requesttype-requesttypeid-field-get This will be a breaking change
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post I wanted to add `timetracking` to fields, and did not found a function for it so i added `Raw` to add a custom defined type to jira fields. From...
This adds the ability to access custom fields which do not have a dedicated parse function yet.
**Is your feature request related to a problem? Please describe.** By using the service desk from atlassian a customfield `customfield_10010` will be used. **Describe the solution you'd like** Add a...
An Error is represented by the prefix `Err`, which means that an additional `Error` in the end is not needed.
Changed Id -> ID Aligned function comments with function arguments Added linter rule to prevent unwanted future style changes to github workflows.
This pull request adds support for template operations in the Confluence API client. The main changes include the addition of a new `TemplateService` with methods to create, update, and retrieve...