fix: correct jira command for fetching issues - #442
Merged
Conversation
3 tasks
Collaborator
|
Status review (2026-07-29):
|
Greptile SummaryCorrects Jira issue retrieval and adds regression coverage.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| src/issue-providers/jira-provider.js | Uses the supported go-jira view command while preserving JSON output and existing issue normalization. |
| tests/jira-provider.test.js | Adds regression coverage for the corrected command and resulting normalized issue payload. |
Reviews (4): Last reviewed commit: "Merge commit '6725252a9ca8a6062a86c74b1e..." | Re-trigger Greptile
tomdps
force-pushed
the
fix/correct-jira-command
branch
from
July 29, 2026 22:16
b162e70 to
0cc6cb0
Compare
tomdps
previously approved these changes
Jul 29, 2026
tomdps
left a comment
Collaborator
There was a problem hiding this comment.
Verified against current main and go-jira's top-level view command. Focused regression coverage proves the exact argv and parsed result; required checks are green.
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 29, 2026
|
🎉 This PR is included in version 6.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Summary
jira issueis not a valid command in the jira CLI.Changes Made
Use correct command for fetching issues -
jira viewChecklist
npm test)