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.0.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.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for llama_index_tools_jira-0.2.0.tar.gz
Algorithm Hash digest
SHA256 52f53719144a6c49aac2fecff4c9ef749763b0fa41d318faf3f37d2254a1abc3
MD5 f85e1bb0208493f1eb365d1b630e3708
BLAKE2b-256 3b203af886b8133727af6bba1ced8201160347d08d3359bf054a864f0ae82c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_tools_jira-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 23ef1745b11505a39ce25a8d21937d255eee05176561f375af21820cf38b825f
MD5 5a2175987cef1860fc32b929ceb14901
BLAKE2b-256 bec4e8448294cde17232cbd55a24d0b199a6329c4ea62e2b06c943d3df1390f6

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