I’m working on integrating Jira with my service using OAuth.
I created a Jira account and set up a few empty team-managed projects for testing, so my account is an administrator. I assigned myself all roles and made the projects open. I also created a company-managed project and granted the "Browse Projects" permission to any logged-in user.
I linked the Jira account to my service via OAuth and obtained an access token with the read:jira-work scope. However, when I make a request to /rest/api/3/project/search, I receive an empty list - even though there are projects in my Jira account.