llama-index-readers-jira


Namellama-index-readers-jira JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers jira integration
upload_time2025-07-30 20:52:14
maintainerbearguy
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseNone
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/77/5b/9dfd801591e41b7c0e3f2b3dea444b7fdf506f0af6d02ff0cac26bd9cb08/llama_index_readers_jira-0.5.0.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.0",
    "project_urls": null,
    "split_keywords": [
        "jira"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a32179956ae8b37b849764d2ed32af4558f7e6fce1a82a879197f0c0bfe5bd9",
                "md5": "39b7cea22bad853baa690282604a9963",
                "sha256": "389d76a8c569baf22ab6cc83b8ced3c241f6d7afabb76e1d1da592bf3528646a"
            },
            "downloads": -1,
            "filename": "llama_index_readers_jira-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "39b7cea22bad853baa690282604a9963",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 4173,
            "upload_time": "2025-07-30T20:52:13",
            "upload_time_iso_8601": "2025-07-30T20:52:13.536078Z",
            "url": "https://files.pythonhosted.org/packages/7a/32/179956ae8b37b849764d2ed32af4558f7e6fce1a82a879197f0c0bfe5bd9/llama_index_readers_jira-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "775b9dfd801591e41b7c0e3f2b3dea444b7fdf506f0af6d02ff0cac26bd9cb08",
                "md5": "06028ab46ced4968de18c8210af3729c",
                "sha256": "4e36f254cb6bd2b2b081cf63953cd4ff49e2e94fcf05def8627688feb4bf8430"
            },
            "downloads": -1,
            "filename": "llama_index_readers_jira-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "06028ab46ced4968de18c8210af3729c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 4590,
            "upload_time": "2025-07-30T20:52:14",
            "upload_time_iso_8601": "2025-07-30T20:52:14.564523Z",
            "url": "https://files.pythonhosted.org/packages/77/5b/9dfd801591e41b7c0e3f2b3dea444b7fdf506f0af6d02ff0cac26bd9cb08/llama_index_readers_jira-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 20:52:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-jira"
}
        
Elapsed time: 1.31325s