-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update Query issue multi linker custom field using REST API #23
Comments
I also cannot set multiple values for this type of customfield as it appears to only accept string types, and no variations of list/arrays or json is accepted (string-wrapped objects can succeed to get an issue created, but the field (even though requires a value) has no values set in the resulting ticket. Single value as string succeeds:
Array of strings fails:
Array of single key-pair dicts fails:
The schema for the customfield appears to only allow set operation:
|
I have a custom field of type "Query issue multi linker custom field" which needs to be updated from REST API.
Facing 2 problems: using the rest path http://localhost:8080/rest/api/2/issue/ND-1
I am able to update custom field with one value if the issue is not assigned to any value but if the value is already assigned it is not allowing to update.
I am not able to update multiple values for the custom field.
Please help on this with appropriate REST API
The text was updated successfully, but these errors were encountered: