M1 — Jira fetch (REST) + prompt input #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal: turn a Jira key into a validated
JiraContextartifact.Tasks
JiraClientinterface +JiraRestClientimplementation (Jira Cloud REST API v3, Basic auth via email + API token). Plain orchestrator code, no pi session.JiraContext: summary, description (flatten ADF→text), acceptance criteria, labels, components, issue type, parent key, linked keys, url. Exclude comments/attachments (v1).jira-context.jsonin the run dir.401/403→auth (fail-fast),404→not-found (fail-fast),429/5xx→transient (retry).Depends on: M0.
Validation: unit tests with mocked HTTP cover success +
401/404/429/malformed. For a real key,jira-context.jsonvalidates against the schema.