Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magmax/itreport
Dump Jira issues to yaml and transform it into reports (PDF, HTML, ...)
https://github.com/magmax/itreport
atlassian jinja2 jira report
Last synced: 21 days ago
JSON representation
Dump Jira issues to yaml and transform it into reports (PDF, HTML, ...)
- Host: GitHub
- URL: https://github.com/magmax/itreport
- Owner: magmax
- Created: 2019-12-23T16:34:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T23:16:31.000Z (over 3 years ago)
- Last Synced: 2024-10-11T14:34:41.439Z (about 1 month ago)
- Topics: atlassian, jinja2, jira, report
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Quick SetUp
===========ITReport uses python-jira, so it can use the `.netrc` file too.
The easiest setup is:
1. Get an api token. If you are using Jira Cloud, you can get it at
https://id.atlassian.com/manage/api-tokens2. Edit the `~/.netrc` file with an entry like::
machine
login
passwordexample::
machine example.atlassian.net
login [email protected]
password ASDFHUdflasfj867ua3. Install itreport::
pip install itreport
This installs some scripts:
jiradump
--------Dumps jira issues, authors and more into yaml files.
Example:
itr-jiradump --server example.atlassian.net --project EX
itreport
--------Applies some templates in order to generate a final report.
Example:
itreport -t issue.rst -vvv