Skip to content

fix: align Jira provider with jira-cli commands#474

Closed
haosenwang1018 wants to merge 1 commit into
the-open-engine:mainfrom
haosenwang1018:fix/jira-cli-commands
Closed

fix: align Jira provider with jira-cli commands#474
haosenwang1018 wants to merge 1 commit into
the-open-engine:mainfrom
haosenwang1018:fix/jira-cli-commands

Conversation

@haosenwang1018

Copy link
Copy Markdown

Summary

  • switch Jira auth verification from jira session to jira me
  • fetch Jira issue payloads with jira issue view --raw
  • add regression coverage for the Jira command strings used by the provider

Related Issues

Part of #457

Changes Made

  • add small helpers for the auth-check and issue-view commands so the provider uses one consistent jira-cli dialect
  • update the timeout/recovery messaging to reference jira me
  • cover the command selection in tests/issue-providers.test.js

Testing

  • ./node_modules/.bin/mocha tests/issue-providers.test.js tests/providers/detection.test.js

Checklist

  • Tests pass (npm test)
  • Documentation updated (if needed)
  • Follows commit guidelines

@tomdps

tomdps commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

This was generated by AI during triage.

Closing this as deprecated for the current Jira provider contract. This PR switches the provider toward a different jira CLI dialect (jira me, jira issue view --raw), while the current docs and provider setup are for go-jira (jira version, jira session, and the jira view command family). #442 is the smaller go-jira-compatible fix to keep reviewing.

@tomdps tomdps closed this Jun 22, 2026
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.

2 participants