The Jira REST api allows to specify expand and recent parameters when getting projects (see https://docs.atlassian.com/jira/REST/cloud/#api/2/project-getAllProjects). The Api::getProjects doesn't allow to do that.
I've tried to specify expand parameter, but I'm still getting back all fields with description,lead,url,projectKeys expand returned.
The Jira REST api allows to specify
expandandrecentparameters when getting projects (see https://docs.atlassian.com/jira/REST/cloud/#api/2/project-getAllProjects). TheApi::getProjectsdoesn't allow to do that.I've tried to specify
expandparameter, but I'm still getting back all fields withdescription,lead,url,projectKeysexpand returned.