Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Abhishek avatar

Dwf Jira Admin Plugin

  • Updated July 5, 2026
  • a7vicky/devops-claude-plugins

dwf-jira-admin-plugin adds a /dwf-jira-admin skill for managing Jira tasks and projects directly from the chat interface. Users can create, update, and query Jira issues without leaving the agent, streamlining project tracking inside the Claude Code workflow.

Key points

  • /dwf-jira-admin slash command
  • Create, update, query Jira issues
  • Manages Jira projects from chat
  • Integrates Jira into the agent

Dwf Jira Admin Plugin by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add a7vicky/devops-claude-plugins
/plugin install dwf-jira-admin-plugin@devops-claude-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedJuly 5, 2026
Repositorya7vicky/devops-claude-plugins

What it does

Create, update, and query Jira issues and projects directly from the Claude chat interface, managing tickets without leaving the agent.

README.md

dwf-jira-admin-plugin

Jira administration plugin for the DW project on Jira Cloud. Uses curl with the Jira REST API v3 directly — no MCP, no CLI tools to install.

Requirements

  • curl (pre-installed on virtually all systems)
  • Two environment variables:
export JIRA_USER="your-email@redhat.com"
export JIRA_API_TOKEN="your-api-token"

Get your API token: https://id.atlassian.com/manage-profile/security/api-tokens

Verify Setup

bash plugins/dwf-jira-admin-plugin/scripts/check-setup.sh

Defaults

Setting Value
Jira Instance https://redhat.atlassian.net
Project DW
API REST API v3

Skills

jira-query

Search and retrieve Jira issues using JQL.

Example prompts:

  • "Show my open Jira tickets"
  • "Find all DW bugs"
  • "Get DW-123"
  • "What's in the current sprint?"

jira-create

Create new Jira issues with smart defaults.

Example prompts:

  • "Create a task to fix the login page"
  • "Create a bug for the broken search feature"
  • "Make a story for the new dashboard"

jira-update

Update existing issues — fields, status, assignee, comments.

Example prompts:

  • "Update DW-123 summary to ..."
  • "Move DW-456 to In Progress"
  • "Assign DW-789 to abc@redhat.com"
  • "Add a comment to DW-100"

Install

claude plugin add https://github.com/a7vicky/devops-claude-plugins

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.