Hi,
I'm trying to implement a group picker in my plugin.
I'm using this endpoint for cloud https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get , but I can't find anything similar in Jira Server.
The best solution I've found so far is to use this method https://docs.atlassian.com/software/jira/docs/api/7.2.0/com/atlassian/jira/project/ProjectManager.html#getProjects-- and then write the code to filter by name or key.
But I'd prefer to avoid getting all projects.
Is there any better solution?