Skip to content

fix(jira): pass through array-type checklist fields unchanged#993

Merged
sooperset merged 1 commit into
mainfrom
fix/checklist-array-passthrough-972
Feb 24, 2026
Merged

fix(jira): pass through array-type checklist fields unchanged#993
sooperset merged 1 commit into
mainfrom
fix/checklist-array-passthrough-972

Conversation

@sooperset

Copy link
Copy Markdown
Owner

Summary

  • Array-type checklist fields (Server/DC Okapya plugin) are now passed through unchanged instead of being converted to markdown strings
  • String-type checklist fields (Cloud) continue to use markdown conversion as before
  • Added 4 parametrized tests for array-type passthrough behavior

Closes #972

Test plan

  • 4 new parametrized tests for array-type checklist passthrough
  • Existing 5 Cloud checklist tests still pass (regression)
  • Full unit test suite passes (1979 passed)
  • pre-commit (ruff + mypy) clean

@sooperset sooperset merged commit 9d09bef into main Feb 24, 2026
6 checks passed
@sooperset sooperset deleted the fix/checklist-array-passthrough-972 branch February 24, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(jira): Okapya checklist field update fails on Jira Server/DC — markdown conversion incompatible with structured JSON array format

1 participant