I want to reduce the api calls to JIRA. so I want to get the list of projects using projects() method in Jira-python api. But I am only getting the key and the name of the projects. Any way I can get the lead's displayName using this method only?
I don't want to use the project(id) every time I need the displayName.