Answer the question
In order to leave comments, you need to log in
List JIRA projects via SOAP
Good afternoon.
Can you please tell me how to get a list of projects through jira soap api?
I try like this:
$client = new nusoap_client('http://...', true);
$token = $сlient->call('login',array($username, $password));
$projects = $сlient->call('getProjects',$token);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question