Hello,
can any one please help me in getting the list of all the projects for a particular project Lead.
i want to write a java program and use some rest api to fetch all the projects for a particular Lead.
Is there any rest api ?
Thanks in advance.......
Abhijit Mandal
About 6 years later, still no native way to search the Jira Project list by project lead? ... why do i always have to pay hundreds of dollars for a plugin to get the simplest and basic of features?
Hi Abhijit
Regarding on this requirement, currently it is not possible yet however there is already an improvement request being raised in here:
Please feel free to vote on it to increase its popularity and add yourself as watcher in order to receive any latest updates from the developer and feedback from other user that is facing the same issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project in projectsLeadByUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Command Line Interface has getProjectList which can filter the list by lead (requires release 3.8). Otherwise, you will need to use the REST API to get the list of all projects, make a separate request to get the project info for each project to get the lead, and then select or not depending on the match.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.