Skip to content

[WIP] skills: Add support skills (jira)#9

Open
harche wants to merge 1 commit into
openshift:mainfrom
harche:skills/support
Open

[WIP] skills: Add support skills (jira)#9
harche wants to merge 1 commit into
openshift:mainfrom
harche:skills/support

Conversation

@harche
Copy link
Copy Markdown
Contributor

@harche harche commented Apr 21, 2026

Summary

  • Adds support/jira/ — Red Hat Jira interaction skill via REST API, trimmed from the upstream redhat-support skill to focus on Jira only (drops KB/cases references)
  • Adds support/OWNERS and support/README.md

Notes

  • Auth uses JIRA_API_TOKEN environment variable (Bearer token / PAT)
  • currentUser() JQL and /rest/api/2/myself do not work with PATs on Red Hat Jira — username must be resolved via /rest/auth/1/session
  • Scoped to issues.redhat.com only; Red Hat Support case/KB queries are out of scope for this PR

Test plan

  • Verify jira SKILL.md frontmatter and allowed-tools (Bash(curl:*))
  • Confirm Bearer token auth works against issues.redhat.com
  • Smoke-test JQL search and issue fetch in a Claude Code session

Note: These are initial drafts. They will evolve as we test and refine them based on real-world usage.

🤖 Generated with Claude Code

Add jira skill for interacting with Red Hat Jira via REST API.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 21, 2026
@openshift-ci openshift-ci Bot requested a review from mrunalp April 21, 2026 20:31
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 21, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: harche

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 21, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 21, 2026

@harche: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant