You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`invalid_argument`| Missing positional arg, invalid id, local validation failure, malformed `--set`, or no update options under `--json`/`--dry-run`| No |
209
+
|`conflicting_arguments`| Incompatible flag combinations, e.g. `--description` + `--set`, `--open` + `--json`, `--dry-run` without `--json`| No |
210
+
|`api_error`| Underlying OpenProject API call failed while resolving, creating, updating, or dry-running a work package | No |
211
+
|`post_apply_inspect_failed`| CREATE or PATCH succeeded but the follow-up inspect to build the JSON response failed — the mutation **has persisted**, only the response payload could not be assembled |**Yes**|
212
+
|`ambiguous_field`| A `--set` label matched more than one schema field | No |
213
+
|`duplicate_field`| A `--set` assignment names the same API field twice | No |
214
+
|`unknown_field`| A `--set` label or API field is not present in the resolved schema | No |
215
+
|`unsupported_field_type`| A `--set` field's schema type is not yet coercible | No |
216
+
|`invalid_field_value`| A `--set` value fails type coercion (e.g. non-integer for an `Integer` field) | No |
217
+
|`non_writable_field`| A `--set` field exists in the schema but is not writable | No |
218
+
194
219
## Creating a release
195
220
196
221
Releases are triggered by pushing a git tag. The tag name becomes the version string embedded in the binaries.
0 commit comments