Skip to main content

Simple JIRA data manipulation

Project description

Jira data

Cause sometimes you need to sort out your issues

Programmatic way to pull 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 ?

Issues in json format from the JIRA REST API.

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

You can chain unix style arguments using httpie

config.json

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

Command line (redirect stdout to the right location)

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.2.tar.gz (3.6 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.2-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jiradata-1.1.2.tar.gz
  • Upload date:
  • Size: 3.6 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.2.tar.gz
Algorithm Hash digest
SHA256 83e6e7387d1fb2d4537647e348a7c2946a04f1de7a502508cebd967ee407b5ca
MD5 68c42c0404c73ba02e463f2c4b8103cd
BLAKE2b-256 62300a131fc453577accc6d05e7109e786ac892ab90b73b4c21919d8109684c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jiradata-1.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 31d49ed1b0a4925d3ac0cbd6c4b1fdb845f80ba0e75b6df5907ff5c4cd9a1b2a
MD5 b1b40370ca1a0fa26660ba2f2bc363d6
BLAKE2b-256 cab9b83278afdf8a47f39581e5716e8c32177ad62e6e0e2914aef70639bb7f21

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