connect_jira
Connect to a Jira Cloud instance by providing your Atlassian URL, account email, and API token. This establishes a session for Jira access.
Instructions
Connect to a Jira Cloud instance in one step.
WHEN TO CALL: At the start of any session that needs Jira access, or when get_config shows jira.configured = false.
HOW TO ASK THE USER: "To connect to your Jira instance I need three things: 1. Your Atlassian URL (e.g. https://yourcompany.atlassian.net) 2. Your Atlassian account email 3. A Jira API token — generate one at: https://id.atlassian.com/manage-profile/security/api-tokens These are held in memory for this session only — never stored or logged."
After calling this tool, confirm the connection and proceed with the user's request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_url | Yes | Atlassian URL, e.g. https://yourcompany.atlassian.net | |
| Yes | Atlassian account email address | ||
| api_token | Yes | Jira API token from id.atlassian.com/manage-profile/security/api-tokens |