Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
jira
pip install -U jira
export JIRA_SERVER_URL="YOUR_JIRA_SERVER_URL" export JIRA_USERNAME="YOUR_USERNAME" export JIRA_TOKEN="YOUR_API_TOKEN"
from agno.agent import Agent from agno.tools.jira import JiraTools agent = Agent(tools=[JiraTools()]) agent.print_response("Find all issues in project PROJ", markdown=True)
server_url
str
""
JIRA_SERVER_URL
username
None
JIRA_USERNAME
password
JIRA_PASSWORD
token
JIRA_TOKEN
get_issue
issue_key
create_issue
project_key
summary
description
issuetype
search_issues
jql_str
max_results
add_comment
comment