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.agent.openai import OpenAIAgent
tool_spec = JiraToolSpec(server_url=SERVER, email=EMAIL, api_token=API_KEY)
agent = OpenAIAgent.from_tools(tool_spec.to_tool_list())
# Fetch a specific Jira issue by key
response = agent.chat(
"Fetch Jira issue with the key 'PROJ-5' and give me the details."
)
print(response)
# Search for issues containing a specific keyword
response = agent.chat("Search for Jira issues containing 'login bug'.")
print(response)
# Fetch all Jira projects
response = agent.chat("List all Jira projects.")
print(response)
# Fetch all comments for a specific issue
response = agent.chat("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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_tools_jira-0.1.0.tar.gz.
File metadata
- Download URL: llama_index_tools_jira-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37c4fd1e377e747b6c2e9c077a8f04f32ca4f0d297771e43b1d659e26eb0eda8
|
|
| MD5 |
14c26902f2f7f10883894e4c91973554
|
|
| BLAKE2b-256 |
91b9e016f64847fb64c687d0bd65b80bd60fcc5ab790da5a407d384e4049acd7
|
File details
Details for the file llama_index_tools_jira-0.1.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_tools_jira-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc55e01bdd496c9e5c69c48ff7b1aef605da38efc30777496b0e4c178b51f834
|
|
| MD5 |
5746116b9de87349fa4eeec04aece1dd
|
|
| BLAKE2b-256 |
e697499fd6b482e0d188cf6d03179f59ea1a0d3089f5ff6bbb559ab79d10d302
|