Hello,
I want to use /rest/api/3/groups/picker endpoint but it returns (OAuth 2.0 is not enabled for this method). I'm using the 3LO app. Can someone help?
Hello @djavier ,
As the returned error message says, Oauth2 (3LO) is not enabled for that endpoint.
Indeed, if you check the REST API documentation for JIRA Cloud, you can see that no OAUTH scope is declared for the Find groups (/rest/api/3/groups/picker) endpoint while this is available for the other group related endpoints.
GET /rest/api/3/group/member
[...]
Permissions required: Administer Jira global permission.
App scope required:
ADMIN
OAuth scopes required:manage:jira-configuration
[...]
GET /rest/api/3/groups/picker
[...]
Permissions required: Browse projects project permission. Anonymous calls and calls by users without the required permission return an empty list.
App scope required:
READ
I have opened the below Feature Request on your behalf to enable Oauth2 for this endpoint:
You may want to vote and watch the above feature request so that you will get notified in case of any update. The feature will be addressed according to the Implementation of New Features Policy.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.