I
I
iamsaint2012-04-23 14:03:11
PHP
iamsaint, 2012-04-23 14:03:11

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); 

But the response returns false

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimka, 2012-04-23
@Dimka

try getProjectsNoSchemes

M
mecommayou, 2012-04-24
@mecommayou

Dump the full xml response.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question