Before you begin
Make sure you have:- A Potpie account
- A Jira Cloud account with permission to authorize OAuth applications on your Atlassian organization
Connect your Jira account
Open Integrations
Go to Potpie → Integrations.
Once connected, agents can use Jira tools whenever they are included in the agent’s tool list.
What agents can do with Jira
Each tool below becomes available to any agent that has it included in its tool list. All tools require an active Jira connection — if none is found, the tool returns an error prompting you to connect Jira first. Reading issuesFetches a single issue by key. Returns summary, status, assignee, priority, labels, and description.
Searches issues using JQL with pagination support. Use this to find issues by project, status, assignee, or any JQL expression.
Creates a new issue with summary, description, type, priority, assignee, and labels. Requires a valid project key.
Updates one or more fields on an existing issue. Pass only the fields you want to change — unchanged fields are left as-is.
Posts a comment to an existing issue. Useful for logging agent actions or adding context to issues without modifying their fields.
Moves an issue through its workflow by transition name (e.g.
"In Progress", "Done"). Use get_jira_project_details_tool first to retrieve valid transitions for the project.Links two issues using a relationship type such as
Blocks, Relates to, or Duplicates.Lists all Jira projects accessible to the connected account.
Returns valid issue types, priorities, and statuses for a specific project. Call this before creating or transitioning issues to ensure you’re passing valid values.
Lists users who can be assigned to issues in a given project.
Token refresh
Potpie automatically refreshes your Jira access token before it expires. No action is required from you — agents will continue working without interruption across token cycles.Webhooks
At connection time, Potpie registers a webhook on your Jira Cloud site that subscribes to the following events:- Issue created
- Issue updated
- Issue deleted
- Comment added

