We have a system that we would like to integrate with Jira using APIs.
Is it possible to configure the API specifically for certain projects rather than for the entire tenant?
If this is feasible, we would also like to limit the permissions that the API can access.
Could you please provide guidance on how to set up these permissions?
@saori.takegawa if you’re building a static integration between your instance and an external system (e.g. not building an app/integration that you’d be distributing for others, like on the Marketplace), one quick way to do this is to create a user/bot account, and grant project access to that user. That would be the user you’d use to access the API (either by OAuth or personal access token) for your integration.
I’m sure there’s probably someone from Atlassian that might have info on whether setting project-level permissions is possible, either now, or in the future.