You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug 🐛 SpaceSchemeV2 has id and homepageId as int types. This causes JSON unmarshaling errors when attempting to use SpaceV2Connector.Get().
Sample error:
error json: cannot unmarshal string into Go struct field SpaceSchemeV2.homepageId of type int, response code 200, and response {"authorId":"<snip>","homepageId":"<snip>","icon":null,"name":"<snip>","key":"<snip>","id":"<snip>","type":"personal","status":"current","createdAt":"<snip>","description":{"plain":{"value":"","representation":"plain"}}}
To Reproduce 🚧
Steps to reproduce the behavior:
Call SpaceV2Connector.Get().
Expected behavior ✅
A clear and concise description of what you expected to happen.
I expected no errors when calling this with valid parameters.
Screenshots 📄
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
go-atlassian version
go-atlassian component
Describe the bug 🐛
SpaceSchemeV2
hasid
andhomepageId
asint
types. This causes JSON unmarshaling errors when attempting to useSpaceV2Connector.Get()
.Sample error:
To Reproduce 🚧
Steps to reproduce the behavior:
Call
SpaceV2Connector.Get()
.Expected behavior ✅
A clear and concise description of what you expected to happen.
I expected no errors when calling this with valid parameters.
Screenshots 📄
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Code snippet
The text was updated successfully, but these errors were encountered: