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
Hello,
Thank you for your library it's really usefull!
However, I found that Organization API is not working properly.
I noticed during the debug that requests to the API go with Unix timestamp in seconds but Atlassian API wants milliseconds.
Hello,
Thank you for your library it's really usefull!
However, I found that Organization API is not working properly.
I noticed during the debug that requests to the API go with Unix timestamp in seconds but Atlassian API wants milliseconds.
Here is the reference to their API:
https://developer.atlassian.com/cloud/admin/organization/rest/api-group-events/#api-v1-orgs-orgid-events-get
Is it possible to change here Unix() to UnixMilli().
go-atlassian/admin/internal/organization_impl.go
Line 252 in a8ccf40
go-atlassian/admin/internal/organization_impl.go
Line 257 in a8ccf40
The text was updated successfully, but these errors were encountered: