Skip to main content

No project description provided

Project description

Jira Integration

This tool integrates with Jira and enables fetching Jira issue details, comments, projects, and performing searches. You can query issues, retrieve specific issue details, or search for issues matching a keyword.

Usage

Here is the example usage:

from llama_index.tools.jira import JiraToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

tool_spec = JiraToolSpec(server_url=SERVER, email=EMAIL, api_token=API_KEY)

agent = FunctionAgent(
    tools=tool_spec.to_tool_list(),
    llm=OpenAI(model="gpt-4.1"),
)

# Fetch a specific Jira issue by key
response = await agent.run(
    "Fetch Jira issue with the key 'PROJ-5' and give me the details."
)
print(response)

# Search for issues containing a specific keyword
response = await agent.run("Search for Jira issues containing 'login bug'.")
print(response)

# Fetch all Jira projects
response = await agent.run("List all Jira projects.")
print(response)

# Fetch all comments for a specific issue
response = await agent.run("Fetch comments for Jira issue 'PROJ-5'.")
print(response)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llama_index_tools_jira-0.2.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llama_index_tools_jira-0.2.1-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file llama_index_tools_jira-0.2.1.tar.gz.

File metadata

File hashes

Hashes for llama_index_tools_jira-0.2.1.tar.gz
Algorithm Hash digest
SHA256 7baabeb8690d1bc92e4c43130b589dce29ae9ffe75fdb4a2f190fb90e0fd5c1a
MD5 5e9ed9936a56e2072208df6d5c4f53bb
BLAKE2b-256 29dbf2d2107f02c27423b0c7c89bcb3194481b3752a47f7d5b87afcfef360fe3

See more details on using hashes here.

File details

Details for the file llama_index_tools_jira-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_tools_jira-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 827ece863f4eab899f468ffda088bafd978f3469844944e056df63ec3560a6cb
MD5 5fe3e5a920772aed580061ecdb75ead5
BLAKE2b-256 1772e6fafe52359c4ef41e713f780cbfe0132778f394de2f005d0a6b66fe4e4c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page