Hi Guys !
I'm facing a problem when trying to create a comment via rest api from our app :
"commentLevel":"You are currently not a member of the project role: Administrators."
However, we got the right scope permission, we are in atlassian-addons-project-access role and this role has permission to write comment.
We use Sprint RestTemplate to dispatch HTTP request and we are authenticated via JWT.
Note that we are able to create issue for example.
Any ideas ?