jira-custom-fields

jira-custom-fields is a skill for Claude Code from grandcamel/JIRA-Assistant-Skills. It costs 119 tokens per session (3,041 once invoked), scanned A, original, MIT.

A JIRA workflow for finding and configuring custom fields, which are extra data fields added to issues or projects. It can also check and configure fields used by Agile features such as story points, epic links, and sprints.

In plain words
What is it for?
Use it to list fields, check project availability, find field IDs, diagnose configuration problems, create fields with admin access, and configure Agile fields.
Why use it?
It helps explain why a field is missing, unavailable, or not shown on an issue screen or Agile board.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the jira-assistant-skills plugin — 14 skills, 4 commands, 15 agents shipped together

Good fit Use it to list fields, check project availability, find field IDs, diagnose configuration problems, create fields with admin access, and configure Agile fields.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/grandcamel/jira-assistant-skills/jira-fields
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add grandcamel/JIRA-Assistant-Skills --skill jira-fields
Clone the repo
git clone --depth 1 https://github.com/grandcamel/JIRA-Assistant-Skills

Made for: Claude Code.

Or install jira-assistant-skills, the plugin that ships this one along with the rest of its 14 skills, 4 commands, 15 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jira-custom-fields

README.md
[![agentmods](https://agentmods.dev/badge/skills/grandcamel/jira-assistant-skills/jira-fields/github.svg)](https://agentmods.dev/skills/grandcamel/jira-assistant-skills/jira-fields)
Your own site
<a href="https://agentmods.dev/skills/grandcamel/jira-assistant-skills/jira-fields"><img src="https://agentmods.dev/badge/skills/grandcamel/jira-assistant-skills/jira-fields/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jira-custom-fields

Your own site · 80×15
<a href="https://agentmods.dev/skills/grandcamel/jira-assistant-skills/jira-fields"><img src="https://agentmods.dev/badge/skills/grandcamel/jira-assistant-skills/jira-fields.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,041 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00119 $0.03041
Opus 5 $0.00060 $0.01520
Sonnet 5 $0.00024 $0.00608
Haiku 4.5 $0.00012 $0.00304

Measured 12d ago against content hash 9a9b0d8030bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jira-custom-fields scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/jira-fields/SKILL.md · 364 lines

How it starts

The opening of the file, as written. The whole thing — 364 lines — stays where its author put it; the contents beside it link to each section on GitHub.

jira-fields: JIRA Custom Field Management

Manage custom fields and screen configurations in JIRA for Agile and other workflows.

Risk Levels

Operation Risk Notes
List fields - Read-only
Check project fields - Read-only
Configure agile (dry-run) - Preview only
Configure agile ! Can be reconfigured
Create field ! Requires admin; can be deleted

Risk Legend: - Safe, read-only | ! Caution, modifiable | !! Warning, destructive but recoverable | !!! Danger, irreversible

When to use this skill

Use when you need to:

  • List available custom fields in a JIRA instance
  • Check Agile field availability for a specific project
  • Create custom fields (requires admin permissions)
  • Configure projects for Agile workflows (Story Points, Epic Link, Sprint)
  • Diagnose field configuration issues when fields aren't visible

Use when troubleshooting:

  • "Field not found" or "field not available" errors
  • Agile board shows "Story Points field not configured"
  • Missing fields on issue create screen
  • Setting up Scrum in a company-managed project
  • Understanding why team-managed projects behave differently

Use when planning:

  • Migrating from team-managed to company-managed projects
  • Setting up a new Scrum/Kanban board
  • Discovering instance field configuration
  • Auditing or cleaning up custom fields

What this skill does

IMPORTANT: Always use the jira-as CLI. Never run Python scripts directly.

Field Discovery

  • List all custom fields in the JIRA instance
  • Find Agile-specific fields (Story Points, Epic Link, Sprint, Rank)
  • Check which fields are available for a specific project
  • Identify field IDs for use in other scripts

Field Management (Admin)

  • Create new custom fields
  • Configure field contexts for projects
  • Note: Screen configuration requires JIRA admin UI

Project Type Detection

  • Detect if a project is team-managed (next-gen) or company-managed (classic)
  • Provide guidance on field configuration approach based on project type

Read the full file on GitHub · 364 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 364 lines · 119 tokens per session scan A 9a9b0d8030bb

Subscribe to this mod's changes

jira-custom-fields is a skill published in the GitHub repository grandcamel/JIRA-Assistant-Skills (46 stars, last pushed 3d ago), licensed MIT. It adds 119 tokens to every session and 3,041 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

c-jira

Manage Jira issues using jira (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.

daxaur/openpaw · 45 tokens

reality-strategy

Change a blocked real-life or organisational situation by recovering the original result, reconstructing real participants and flows, investigating the sustaining cause, mapping stakeholders and practical power, then altering defaults, burdens, incentives, coalitions, information flow, decision rights or action…

Bono12138/bonobox · 116 tokens

mk:jira

Routing skill — recommends the correct mk:jira- leaf for any Jira task. Triggers: 'jira', 'jira ticket', ambiguous Jira intent. NOT an executor — every actual operation forks via a leaf skill.

ngocsangyem/MeowKit · 47 tokens

Jira QA Workflows

Run QA work in Jira like a professional, bug lifecycle and triage, JQL queries for testers, quality dashboards, sprint QA rituals, and REST API automation for bulk bug operations and reporting.

PramodDutta/qaskills · 45 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

customer-success

Support workflows, ticketing systems (Zendesk, Intercom), knowledge base design, chatbot design, and metrics (CSAT, NPS). Use when building support infrastructure, designing help centers, or optimizing customer experience.

travisjneuman/.claude · 47 tokens