Connect your AI to Jira
Jira is the tracker with the most opinions about its own data model, and that shows up in every pipe: an issue needs a project key and an issue type id before it needs a summary. Authentication is an API token paired with your account email as an HTTP Basic credential, held server-side. Custom fields arrive as opaque customfield_NNNNN keys, so read one existing issue before authoring anything that writes them.
The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.
- Auth model
- basic
- Suggested secret
JIRA_EMAIL_TOKEN- Scopes
- email:api_token pair as basic credentials.
- Provider docs
- https://developer.atlassian.com/cloud/jira/platform/rest/
Recipes for Jira
flurryport:jira-create-issuedelivery
Let your AI file Jira Cloud issues with an API token it never touches.