Hello,
how do I update a CustomField value on a jira Issue using the API and C#?
receiving the issue works fine, but
myIssue.CustomFields["aaa"] = "asdf";
throws an error, telling me "Property or indexer cannot be assigned to -- it is read only"
Thanks in advance!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.