llama-index-readers-jira


Namellama-index-readers-jira JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
Summaryllama-index readers jira integration
upload_time2024-09-27 23:40:04
maintainerbearguy
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
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.8.1",
    "maintainer_email": null,
    "keywords": "jira",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/be/ec/e09e6acf09bff9bc5bd5ba03b62c90409e645e61d7d3c891e62243bab4ed/llama_index_readers_jira-0.3.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.3.1",
    "project_urls": null,
    "split_keywords": [
        "jira"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71e5c0307f47d864f319f4599bd7fa5a8cc2b98f4288be5ab17be16056c5d239",
                "md5": "3afafe7258a94106dc964d14a787244f",
                "sha256": "c868413286ace12315d65685d3dba1706767e227a93f7e4d1522b2f6c4b9179f"
            },
            "downloads": -1,
            "filename": "llama_index_readers_jira-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3afafe7258a94106dc964d14a787244f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3166,
            "upload_time": "2024-09-27T23:40:03",
            "upload_time_iso_8601": "2024-09-27T23:40:03.402298Z",
            "url": "https://files.pythonhosted.org/packages/71/e5/c0307f47d864f319f4599bd7fa5a8cc2b98f4288be5ab17be16056c5d239/llama_index_readers_jira-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beece09e6acf09bff9bc5bd5ba03b62c90409e645e61d7d3c891e62243bab4ed",
                "md5": "5f2a5c80312c5970d71692272317f357",
                "sha256": "42e5208b55e3c707f527c9a6e7935323a946208430eecb508531ce265415817f"
            },
            "downloads": -1,
            "filename": "llama_index_readers_jira-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5f2a5c80312c5970d71692272317f357",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2891,
            "upload_time": "2024-09-27T23:40:04",
            "upload_time_iso_8601": "2024-09-27T23:40:04.640455Z",
            "url": "https://files.pythonhosted.org/packages/be/ec/e09e6acf09bff9bc5bd5ba03b62c90409e645e61d7d3c891e62243bab4ed/llama_index_readers_jira-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 23:40:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-jira"
}
        
Elapsed time: 0.40745s