Custom fields of type "Multi-select" Values #563
PierreVelluet
started this conversation in
Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
first of all, thanks for this wrapper.
I have a hard time figuring out what is the value type needed for a custom field of type "multi-select". For a single select choice, passing a string is ok, but a list of string doesnt work for multi - select's one.
My last attempt:
` CustomField thèmesField = new CustomField();
thèmesField.Id = MyFieldId;
Ticket is well created, though, the field's value "Thèmes" is empty.
Thanks in advance, i stay alert.
Have a great day
Beta Was this translation helpful? Give feedback.
All reactions