chore(catalog): bump jira-sync to v0.2.1 (multi-spec + dry-run fixes)#2933
Open
ashbrener wants to merge 1 commit into
Open
chore(catalog): bump jira-sync to v0.2.1 (multi-spec + dry-run fixes)#2933ashbrener wants to merge 1 commit into
ashbrener wants to merge 1 commit into
Conversation
Patch release over v0.2.0. Fixes the multi-spec phase-Subtask identity collision (github#10) — the cataloged v0.2.0 still carries it — plus the empty taskList 400 guard, field-level write error detail, and the dry-run of an unmirrored spec spuriously exiting 3 (github#9). Updates the jira-sync entry version and download_url (.zip, installer is ZIP-only).
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the community extensions catalog entry for jira-sync to point to its latest release artifact.
Changes:
- Bumped
jira-syncversion from0.2.0to0.2.1 - Updated the corresponding GitHub release
download_urltov0.2.1
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the
jira-synccommunity catalog entry from v0.2.0 → v0.2.1 (patch bug-fix release).The cataloged v0.2.0 was tagged before two bug fixes landed, so the listed version still carries the multi-spec collision bug. v0.2.1 fixes:
task-phase:Nlabel alone; across a multi-spec repo every spec's "Phase N" collided on the same Subtask. The find is now parent-scoped, so each spec mirrors to its own Subtask (self-healing on a plain reconcile). Also guards an empty-phasetaskListthat triggered a Jira 400 INVALID_INPUT, and surfaces field-level write errors.DRY-0placeholder key 404'd on a live Jira during post-create reconciles; the existence-check read is now skipped for that placeholder (scoped toDRY-0; real keys still fail closed).Changes:
version→0.2.1,download_url→ thev0.2.1source ZIP. JSON validated; no other entries touched.