Replies: 1 comment 1 reply
-
Hi, In order to update an issue custom field, you have to do it like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to update the Value of a Custom Field i get the following Errors:
for Using "Issue.CustomFields[i].Value = 1;" the property is readonly
for Using "Issue.CustomFields[i].Values[0] = 1;" i get int cannot implicitly converted to "Redmine.Net.Api-Types.CustomFieldValue"
how can i edit CustomField Values?
Beta Was this translation helpful? Give feedback.
All reactions