Let's say an admin user has several projects under his JIRA instance. He needs to give access ( To a third party application )to a single project in JIRA. Can this be achieved via REST API using OAuth?
What I need is, in my web application, user is asked to configure an existing JIRA project. Then he can specify the project name and then allow the application to access only the specified project without accessing any other projects.
I tried to achieve this using Application Links as in https://developer.atlassian.com/jiradev/api-reference/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-oauth-authentication
But still in step 1, I can't restrict access to a single project.