Hey, looking for most efficient way to get project info together with project lead email address in one call. By default lead emailAddress is not present on response of /api/2/project/{projectKey}.
The goal is to get a list of projects info that also includes project lead emailAddress.
Ideally something like /api/2/project/projectKey1,projectKey2. (but there is not such way afaik)
any ideas? Thanks.