I am trying to use the JIRA SOAP API to add a fix version to an issue. I know that similar questions have been asked before, but I still cannot get it to work. Here is the link to the most relevant question, in case someone can make better use of the information there than I can:
jirasoapservice and Fix Version
I feel like I am doing everyting correct but the fix version is never added. As the answer to the above question says, I do not set an ID and I have made sure that the name is correct by looking at the project’s getVersions array.
I am using C#. Thanks for any advice. A working code snippet in C# would be very helpful.
I turns out that you can update this field as you would any other field: