Hi.
I'm would like to get list of users from Jira project with assigned specific role via REST API. Is there is way to do that?
Hi @Dawid Ankowski ,
you can get this information thanks to the following REST API : https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-project-roles/#api-rest-api-2-role-id-get
Basically you'll need to get the role ID first, and then pass the project key and role ID to get a list of users in return.
This page also has other methods that are useful when dealing with project roles.
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alexis Robert : Thanks for your input.
But still I am not able to fetch the list of users available on my Project.
I can find assignable users list with below Rest API, but not the already assigned users !
My requirement is:
Unfortunately I am not able find any REST APIs for both of these operations !
Can you please help me. Thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.