...
Deprecations
New
Improvements
TSK-1699: comma values in any REST queryparameter are not split anymore. Example:
api/v1/tasks/name=foo,bar
will result in a search for [“foo”, ”bar”] and NOT for [“foo”, “bar”] anymore.
...
TSK-1699: comma values in any REST queryparameter are not split anymore. Example: api/v1/tasks/name=foo,bar
will result in a search for [“foo”, ”bar”] and NOT for [“foo”, “bar”] anymore.