I need to fetch details for a specific project role along with the project details.
I have come across separate APIs for this :
However, if I execute the GET PROJECT ROLE API only, I am getting a response that does not have project information as shown in the documentation. The response I am getting is :
{
"self": "https://my-domain.atlassian.net/rest/api/3/project/10001/role/10006",
"name": "Developers",
"id": 10006,
"description": "A project role that represents developers in a project",
"actors": []
}
Please suggest a single API that will provide me role details as well as project name (at least) .
Thank you
Hi @Mrinalini Pal ,
The call /rest/api/2/project/{ProjectKey}?fields=role will give you the project name and the role information. Let me know if that works. 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.