Skip to content

[pull] master from apache:master#572

Merged
pull[bot] merged 1 commit intomiqdigital:masterfrom
apache:master
Mar 30, 2026
Merged

[pull] master from apache:master#572
pull[bot] merged 1 commit intomiqdigital:masterfrom
apache:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 30, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

## Summary

- Fix `JSONDecodeError` when JIRA transition API returns empty response body
- Return empty dict `{}` instead of attempting to parse empty string

## Context

After merging PR #5183, the JIRA resolve step crashed with `JSONDecodeError: Expecting value: line 1 column 1`. The JIRA transition API returns HTTP 204 (No Content) on success, but `_http()` unconditionally called `json.loads()` on the empty body.

## Test plan

- [x] Verified JIRA transition actually succeeded despite the error
- [ ] Run `python3 dev/merge_pr.py --pr <number> --resolve-jira --dry-run` to verify no regression

Closes #5199 from jongyoul/ZEPPELIN-6404-fix-empty-response.

Signed-off-by: Jongyoul Lee <jongyoul@gmail.com>
@pull pull bot locked and limited conversation to collaborators Mar 30, 2026
@pull pull bot added the ⤵️ pull label Mar 30, 2026
@pull pull bot merged commit cd8ba63 into miqdigital:master Mar 30, 2026
18 of 20 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant