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?
Community moderators have prevented the ability to post new answers.
updateIssue is what you need. What is the code you are trying? Any error?
Check out here for some examples.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.