Skip to main content

Simple JIRA data manipulation

Project description

Jira data

Python package

Cause sometimes you need to sort out your issues

Install

pip install jiradata

How to use ?

Write a csv report

cat response.json | jiradata myreport.csv

With some 'Epic' and issue related to it :

cat response.json |jiradata --epic-field customfield_10000 report.csv

Hold up what is this reponse.json ?

They are issues in json format retrieved using the JIRA REST API.

What I found convenient is to use the search API with JQL.

For example, using httpie :

config.json

{
  "jql": "project = QA",
  "startAt": 0,
  "maxResults": 2,
  "fields": ["id", "key"]
}

Command line

cat config.json|http -a myusername post 'https://<site-url>/rest/api/2/search'

Related

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

jiradata-1.1.3.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

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

jiradata-1.1.3-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file jiradata-1.1.3.tar.gz.

File metadata

  • Download URL: jiradata-1.1.3.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.7.4 Linux/4.15.0-106-generic

File hashes

Hashes for jiradata-1.1.3.tar.gz
Algorithm Hash digest
SHA256 19481a6b2c16287241da79bc4245ea128fb1442f67cefc664c196897ed379e85
MD5 450467be136c2e5530ca75d457b29de8
BLAKE2b-256 d25d13736ea2bac1bb9a9218695163d32aca8325835dea1745af319931774621

See more details on using hashes here.

File details

Details for the file jiradata-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: jiradata-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.7.4 Linux/4.15.0-106-generic

File hashes

Hashes for jiradata-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0a762fabe7a65cc00637b494bb517bff8c02ebcb7ab84e6277b6712850363620
MD5 eca7258b5770721ead5dcf923f6d8a2b
BLAKE2b-256 2c2c59f0e7a7b117f00d9557f23144f7a6efa7905ef1fb6025da3edc529e95e0

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