jira

Installation
SKILL.md

Jira

Manage Jira issues, projects, and boards via the REST API.

Environment Variables

Auth header

All requests use Basic auth:

JIRA_AUTH=$(echo -n "$JIRA_EMAIL:$JIRA_API_TOKEN" | base64)

Search issues (JQL)

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026