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.1.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.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jiradata-1.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 2a150f8f4204db10e3fc89aaddfe2b72f20f971fb28d961e61d02033d3a005c0
MD5 c03fbab7d080589d8da2e00c795bcc24
BLAKE2b-256 2fee96f330e212b7e26a106ce86016427a808ec3548a6976532d939840e1e4f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jiradata-1.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cf1eeca273d19b6aa73ba7f04512774959055aada575fe547515c476f2c8333c
MD5 105488cfcc8de0e6a91a1aea6228422d
BLAKE2b-256 1d98ba05c5edc17b81bf5b3c18538ace81d5dff26a7cc6bed7a7a1aee0aa1a72

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