Simple JIRA data manipulation
Project description
Jira data
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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file jiradata-1.2.0.tar.gz
.
File metadata
- Download URL: jiradata-1.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.7.4 Linux/4.15.0-109-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 993386c7d49660dedc7b566ca9cf729cd2a0f413984933845250231e939dbe38 |
|
MD5 | accc6fec5cee476d312b773d2b179993 |
|
BLAKE2b-256 | f2b1ab064414e9446a8ac55ce2ebfc484a76abe19712398549ff165ab6b0d2b9 |
File details
Details for the file jiradata-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: jiradata-1.2.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.7.4 Linux/4.15.0-109-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91b8980f3f150d47121fb6ac9587561047a2b5b0ea584264f0d96d354e0ee1bd |
|
MD5 | d3715c42194ce60bb9c9fd1c8e68d5d3 |
|
BLAKE2b-256 | a9f90e257659def44eaa8c3fb970bcec390eaecd5b0520c39515e5d382849abc |