Jira Custom Fields
This skill lets you manage and automate Jira custom fields for streamlined workflows and enhanced data tracking within your projects.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jira-custom-fields npx -- -y @trustedskills/jira-custom-fields
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jira-custom-fields": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jira-custom-fields"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Jira custom fields. It can retrieve values from existing custom fields, and potentially update them (depending on agent permissions). The skill provides a way to access and manipulate data stored within these custom fields directly through natural language prompts.
When to use it
- Reporting: Generate reports based on the values in specific Jira custom fields across multiple issues.
- Issue triage: Automatically update a "priority score" custom field based on issue description keywords.
- Data migration: Populate new custom fields during data imports or migrations from other systems.
- Automation: Trigger workflows when a custom field reaches a certain value, like setting a status based on a calculated risk score in a custom field.
Key capabilities
- Retrieval of custom field values
- Potential for updating custom field values (permission dependent)
- Integration with Jira instances
Example prompts
- "What is the 'Release Version' for issue JIRA-123?"
- "Set the 'Customer Satisfaction Score' to 85 for issue JIRA-456."
- "List all issues where the 'Deployment Status' custom field is 'Failed'."
Tips & gotchas
- Requires appropriate Jira API credentials and permissions configured within the agent.
- Custom field names are case-sensitive; ensure accurate spelling in prompts.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.