go-atlassian icon indicating copy to clipboard operation
go-atlassian copied to clipboard

✨ Golang Client Library for Atlassian Cloud.

Results 43 go-atlassian issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.14.0 to 1.14.2. Commits 475b403 Allow for Index > 0 on path compontent that are not modifiers. 980f12c Merge pull request #282 from L2ncE/master 72953c7 Fix a...

dependencies

This PR contains the changes required to implement the service modularization, the service clients will be an independent Go module, enabling you to model service dependencies in your application, and...

Hello, Like explain here : https://developer.atlassian.com/cloud/assets/rest/api-group-objecttypeattribute/#api-objecttypeattribute-objecttypeid-post, the type of the payload of the objecttypeattribute is not an ObjectTypeAttribute object. In fact, for the creation of an attribute with the type...

Add support for textarea custom fields.

enhancement
Jira Software Cloud

Fixes #210 by adding `ParentID` to create page request. See https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-post where parentId is an option for the request.

enhancement
Confluence
breaking-change

Fixes #207 ([GET Get child pages](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-children/#api-pages-id-children-get)). Sorry if this doesn't fit your organizational scheme or naming pattern. I'm still trying to build a reasonable mental model of how your package...

enhancement
Confluence

**Is your feature request related to a problem? Please describe.** I would like to get a list of users that are assignable to a project but I would also like...

enhancement
Jira Software Cloud
V2
V3

**Is your feature request related to a problem? Please describe.** Thank you for the great sdk for atlassian! Is there a way to use [OAuth 2.0 (3LO) apps](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/) with the...

enhancement

**Is your feature request related to a problem? Please describe.** Document the confluence move method on the ChildrenService. **Describe the solution you'd like** The link must be the following: -...

enhancement
Confluence