Skip to main content

llama-index readers jira integration

Project description

JIRA Reader

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

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

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>")

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

llama_index_readers_jira-0.3.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file llama_index_readers_jira-0.3.2.tar.gz.

File metadata

  • Download URL: llama_index_readers_jira-0.3.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1025-azure

File hashes

Hashes for llama_index_readers_jira-0.3.2.tar.gz
Algorithm Hash digest
SHA256 34f03f97ec535aac3b311f2561ced86107b79ac5323765b372832de0b83c746c
MD5 16b3f766e9ef78ef4d614d5a05f5d964
BLAKE2b-256 64ccabaa9b0ae068929fa6e7314e026b67211e5ec2b1c30471d5e6e631495db1

See more details on using hashes here.

File details

Details for the file llama_index_readers_jira-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_jira-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 59f2458e409ab0720c9f4064702164427dede916c4244c7dd6249511ad29006f
MD5 de2d5b95763570133ac5d1ba5d772e1b
BLAKE2b-256 98beeac88beb14d94a3ecaeb18fa54f776945ee868f65aa520ee4e7df1a9326a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page