Skip to main content

Commands to allow command line jira reports.

Project description

Jiradump 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-tokens

  2. Edit the ~/.netrc file with an entry like:

    machine <uri to your jira instance>
      login <your username>
      password <the jira token>

example:

machine example.atlassian.net
  login fubar@example.org
  password ASDFHUdflasfj867ua

After this easy initialization, just download the repository and run:

python -m jiradump -s example.atlassian.net

And it will dump the issues that were modified in the selected period or are currently open. The default period is “today”, but you can change it with the options -f and -t.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

jirareport-0.0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page