Hi, thanks for your help.
1)Can we provide Jira project access to users using APIs?
2)Can we revoke Jira project access to users using APIs
3)can we know the list of projects that a particular user has using REST APIs?
Please help with the same.
Thanks
Hi Prasad,
Welcome to Community,
Please check this : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-role-actors/#api-group-project-role-actors
This should help you give access via project roles in Jira.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-group-projects ( Returns all projects visible to the user)
Thank You,
Prachi
User can use the REST API, by default.
If you want to block API usage, I guess you will need an app such as API Token, configure it to only allow API call using Token and block the one using the basic authentication.This app allow also you to manage active token and who can create tokens. It will be valid for the entire instance and not just a project.
Regards
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.
Hi
It will depends how you wan to manage permission, but you could add user to project role with teh REST api.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.