Jira Auth
Securely authenticates with Jira using provided credentials for automated task management and reporting.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jira-auth npx -- -y @trustedskills/jira-auth
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jira-auth": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jira-auth"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The jira-auth skill enables AI agents to authenticate with Jira instances. It provides secure access to Jira data and functionality, allowing agents to interact with issues, projects, and users on behalf of a configured user account. This capability is crucial for automating tasks that require Jira interaction, such as issue creation, status updates, or reporting.
When to use it
- Automated Issue Creation: Automatically create new Jira tickets based on external events (e.g., customer support requests).
- Issue Status Updates: Update the status of existing Jira issues in response to changes in other systems.
- Project Reporting: Generate reports from Jira data, such as sprint progress or bug trends.
- User Management Tasks: Perform administrative tasks like adding users or modifying group memberships (requires appropriate permissions).
Key capabilities
- Jira Authentication
- Secure Access to Jira Data
- Automated Task Execution within Jira
Example prompts
- "Create a new Jira ticket for 'Website outage' with priority 'High'."
- "Update the status of issue JIRA-123 to 'In Progress'."
- "Retrieve all open bugs assigned to me from the 'Project Alpha' project."
Tips & gotchas
- Requires valid Jira credentials (username and password or API token) to be configured within the skill.
- The agent will operate with the permissions of the authenticated user; ensure this user has appropriate access rights in Jira.
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.