Name | llama-index-readers-jira JSON |
Version |
0.5.1
JSON |
| download |
home_page | None |
Summary | llama-index readers jira integration |
upload_time | 2025-09-08 20:49:36 |
maintainer | bearguy |
docs_url | None |
author | None |
requires_python | <4.0,>=3.9 |
license | None |
keywords |
jira
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# JIRA Reader
```bash
pip install llama-index-readers-jira
```
The Jira loader returns a set of issues based on the query provided to the dataloader.
We can follow three methods to initialize the loader-
1- basic_auth -> this takes a dict with the following keys
`basic_auth:{
"email": "email",
"api_token": "token",
"server_url": "server_url"
}`
2- Oauth2 -> this takes a dict with the following keys
`oauth:{
"cloud_id": "cloud_id",
"api_token": "token"
}`
3- Personal access Token with Server hosted instance
`PATauth:{
"server_url": "server_url",
"api_token": "token"
}`
You can follow this link for more information regarding Oauth2 -> https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/
## Usage
Here's an example of how to use it
```python
from llama_index.readers.jira import JiraReader
reader = JiraReader(
email=email, api_token=api_token, server_url="your-jira-server.com"
)
documents = reader.load_data(query="project = <your-project>")
```
Alternately, you can also use download_loader from llama_index
```python
from llama_index.readers.jira import JiraReader
reader = JiraReader(
email=email, api_token=api_token, server_url="your-jira-server.com"
)
documents = reader.load_data(query="project = <your-project>")
```
Raw data
{
"_id": null,
"home_page": null,
"name": "llama-index-readers-jira",
"maintainer": "bearguy",
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "jira",
"author": null,
"author_email": "Your Name <you@example.com>",
"download_url": "https://files.pythonhosted.org/packages/f5/b5/c5b5f7e62a832d5282891c594b1d8c61897c24e17b9559d724ef16a6e1dd/llama_index_readers_jira-0.5.1.tar.gz",
"platform": null,
"description": "# JIRA Reader\n\n```bash\npip install llama-index-readers-jira\n```\n\nThe Jira loader returns a set of issues based on the query provided to the dataloader.\nWe can follow three methods to initialize the loader-\n1- basic_auth -> this takes a dict with the following keys\n`basic_auth:{\n\"email\": \"email\",\n\"api_token\": \"token\",\n\"server_url\": \"server_url\"\n}`\n2- Oauth2 -> this takes a dict with the following keys\n`oauth:{\n\"cloud_id\": \"cloud_id\",\n\"api_token\": \"token\"\n}`\n3- Personal access Token with Server hosted instance\n`PATauth:{\n\"server_url\": \"server_url\",\n\"api_token\": \"token\"\n}`\n\nYou can follow this link for more information regarding Oauth2 -> https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/\n\n## Usage\n\nHere's an example of how to use it\n\n```python\nfrom llama_index.readers.jira import JiraReader\n\nreader = JiraReader(\n email=email, api_token=api_token, server_url=\"your-jira-server.com\"\n)\ndocuments = reader.load_data(query=\"project = <your-project>\")\n```\n\nAlternately, you can also use download_loader from llama_index\n\n```python\nfrom llama_index.readers.jira import JiraReader\n\nreader = JiraReader(\n email=email, api_token=api_token, server_url=\"your-jira-server.com\"\n)\ndocuments = reader.load_data(query=\"project = <your-project>\")\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "llama-index readers jira integration",
"version": "0.5.1",
"project_urls": null,
"split_keywords": [
"jira"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4da7cf4fc435671bcc3adbec4dcb7f584351fd8bcde45f40b1d9b445dbd18ba8",
"md5": "1d95a0f96a1c0e35cd826ca993fbc026",
"sha256": "77666251f64fddec34b5ad11c7af9518955361d268a295786d07f16e67d393e2"
},
"downloads": -1,
"filename": "llama_index_readers_jira-0.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1d95a0f96a1c0e35cd826ca993fbc026",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 4174,
"upload_time": "2025-09-08T20:49:36",
"upload_time_iso_8601": "2025-09-08T20:49:36.129816Z",
"url": "https://files.pythonhosted.org/packages/4d/a7/cf4fc435671bcc3adbec4dcb7f584351fd8bcde45f40b1d9b445dbd18ba8/llama_index_readers_jira-0.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f5b5c5b5f7e62a832d5282891c594b1d8c61897c24e17b9559d724ef16a6e1dd",
"md5": "b9034c40e347a28220b84b2dd37cfdb9",
"sha256": "2b048cd8e02fedfca85ebffa06ab124f861db879b410c2ad00fb762b8453ba9a"
},
"downloads": -1,
"filename": "llama_index_readers_jira-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "b9034c40e347a28220b84b2dd37cfdb9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 4592,
"upload_time": "2025-09-08T20:49:36",
"upload_time_iso_8601": "2025-09-08T20:49:36.944603Z",
"url": "https://files.pythonhosted.org/packages/f5/b5/c5b5f7e62a832d5282891c594b1d8c61897c24e17b9559d724ef16a6e1dd/llama_index_readers_jira-0.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-08 20:49:36",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-readers-jira"
}