Name | llama-index-readers-jira JSON |
Version |
0.4.1
JSON |
| download |
home_page | None |
Summary | llama-index readers jira integration |
upload_time | 2024-12-09 23:16:08 |
maintainer | bearguy |
docs_url | None |
author | Your Name |
requires_python | <4.0,>=3.9 |
license | MIT |
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": "Your Name",
"author_email": "you@example.com",
"download_url": "https://files.pythonhosted.org/packages/56/0b/b5bad27813241ac515e61b2402dacb0aa3647f894ca1c55f3085cc490a84/llama_index_readers_jira-0.4.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": "MIT",
"summary": "llama-index readers jira integration",
"version": "0.4.1",
"project_urls": null,
"split_keywords": [
"jira"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "01f25e223546d8248bf688c48afd0e59a0e521dff4325385ca1ca619393c9311",
"md5": "4b337e6845bb927c36a20faabcbc8320",
"sha256": "4d0aa4cc7591d9d637f33f7ada11f5c7a26ea0897ddbe7554d352ca600ebdb58"
},
"downloads": -1,
"filename": "llama_index_readers_jira-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b337e6845bb927c36a20faabcbc8320",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 3350,
"upload_time": "2024-12-09T23:16:06",
"upload_time_iso_8601": "2024-12-09T23:16:06.418639Z",
"url": "https://files.pythonhosted.org/packages/01/f2/5e223546d8248bf688c48afd0e59a0e521dff4325385ca1ca619393c9311/llama_index_readers_jira-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "560bb5bad27813241ac515e61b2402dacb0aa3647f894ca1c55f3085cc490a84",
"md5": "dda2009324f39092f8c0f7dab97a92c0",
"sha256": "79618e251c3cabbb4b55fc17127e45bd5d4a7c5f811431fe082b88b8ce954bbf"
},
"downloads": -1,
"filename": "llama_index_readers_jira-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "dda2009324f39092f8c0f7dab97a92c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 3069,
"upload_time": "2024-12-09T23:16:08",
"upload_time_iso_8601": "2024-12-09T23:16:08.385407Z",
"url": "https://files.pythonhosted.org/packages/56/0b/b5bad27813241ac515e61b2402dacb0aa3647f894ca1c55f3085cc490a84/llama_index_readers_jira-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-09 23:16:08",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-readers-jira"
}