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.6.0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llama_index_readers_jira-0.6.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: llama_index_readers_jira-0.6.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llama_index_readers_jira-0.6.0.tar.gz
Algorithm Hash digest
SHA256 48f7f421e98790b5a5080a57bb444f5a6ea177f9f1bd9f7e26f6cca5e2e4cf09
MD5 b55950a6e4987c829408376787b3fde7
BLAKE2b-256 2c9746cc685f442efef4845a1f982aea4748eb5a7ffaa94fc384a7f95c52d55e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llama_index_readers_jira-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llama_index_readers_jira-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0ce47abcd41beedce7b19bcb2f153566a4521af223104c0e0b7c0a9e3fb2e612
MD5 a9dce56634493211e4a1d30e9cbbbd2e
BLAKE2b-256 e10347b74919dcfe626fa95e7782a52bff1c2e20614200d813f8514511a8bff8

See more details on using hashes here.

Supported by

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