-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaming and expanding on the getRoles methods #139
Comments
Already written the code but leaving it open for discussion first
|
Also noticed that there is quite a difference between the output of the two portal role list calls. The one called on a project returns far less data
|
Don't see any difference.
Portal roles. First time I hear about them. Are you sure this isn't a mistake. The mentioned links also doesn't use |
Oh replace everywhere I said Portal with Project |
Better to send a PR so that we can comment on actual code. I see you mention project and application roles, but no methods added to access application roles. |
This is were it gets a bit wonky :)
There are 2 types of Roles, Project Roles and Application Roles. Currently we only have support for Project Roles.
Project Roles can be fetched on 2 levels, using the global API call and one on a project layer.
https://docs.atlassian.com/jira/REST/cloud/#api/2/role-getProjectRoles
https://docs.atlassian.com/jira/REST/cloud/#api/2/project/{projectIdOrKey}/role-getProjectRoles
Im proposing to:
The text was updated successfully, but these errors were encountered: