how to get all the project names that i have created in my JIRA?

Venkatesh Bn June 22, 2012

I have created 3 projects in my JIRA, i want to get all the project names, based upon that i am triggering some actions, could you please say me how to do it?

if is use

RemoteIssue createdIssue = jiraSoapService.createIssue(authToken, createIssue);

createIssue.getProject(); --> will it works?

2 answers

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 26, 2012
0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
June 26, 2012
Venkatesh Bn June 26, 2012

i am not using REST, but i am sing SOAP.

Suggest an answer

Log in or Sign up to answer