Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I change property of Test Case through SOAP?

Deleted user July 10, 2011

For example i want to change Enviroment property.I use this commands:

RemoteIssue ri = soapSession.getJiraSoapService().getIssue(
securityToken, "TCM-159");
ri.setEnvironment("Linux");

Result is,that in jira nothing changes.I tried updateIssue(),but this don`t work correctlly.

Any sugesstions?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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.
July 10, 2011

updateIssue is what you need. What is the code you are trying? Any error?

Check out here for some examples.

TAGS
AUG Leaders

Atlassian Community Events