docs(memory): record the Task Type field now required on WSP tickets #105

Merged
lyrathorpe merged 1 commits from docs/memory-jira-task-type into main 2026-08-25 14:33:04 +01:00
Owner

Creating a WSP Task now fails with Task Type is required to create a Task issue. The stored note claimed a Task needs only a summary, which sent me round a create-fail / inspect-metadata loop.

The field is customfield_15622, and the create validator enforces it even though createmeta does not list it as required — the same trap the note already records for Bug's versions field. Options recorded with their IDs, plus a worked additional_fields example.

Found while raising WSP-33295.

Creating a WSP Task now fails with `Task Type is required to create a Task issue`. The stored note claimed a Task needs only a summary, which sent me round a create-fail / inspect-metadata loop. The field is `customfield_15622`, and the create validator enforces it even though `createmeta` does not list it as required — the same trap the note already records for Bug's `versions` field. Options recorded with their IDs, plus a worked `additional_fields` example. Found while raising WSP-33295.
lyrathorpe added 1 commit 2026-08-25 14:28:51 +01:00
docs(memory): record the Task Type field now required on WSP tickets
CI / flake (push) Skipped
CI / flake (pull_request) Successful in 57s
8c5773447e
Creating a WSP Task now fails with "Task Type is required to create a Task
issue". The field is customfield_15622 and the create validator enforces it
even though createmeta does not list it as required - the same trap the note
already records for Bug's versions field.
lyrathorpe merged commit 47362090c3 into main 2026-08-25 14:33:04 +01:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/nixfiles#105