Hey,
I am trying to find out what the atlassian/viewer role in the Org API refers to.
I can find it in some description in the OpenAPI spec for the Org API, but the actual RoleId schema/enum used everywhere else in the spec doesn’t include them. So code generators miss them entirely, and the rendered docs don’t mention them.
We also couldn’t find any of this in the Atlassian changelog. When did these role get introduced? Was it announced on the changelog?
Would be great if the RoleId enum could be updated to include all valid values, and if there was some documentation on which roles apply to which products. The OpenAPI spec is what we build against - it should be the source of truth.
Also please be more careful with the OpenAPI spec in general. We had to fix several issues in our API client because some characters that have been added accidentally to endpoint urls etc.
(Spec version _v=1.234.152)
Best,
Christopher