Skip to main content

Commands to allow command line jira reports.

Project description

Jirareport 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
  3. Install jirareport:

    pip install jirareport

This install some scripts:

jiradump

Dumps jira issues, authors and more into yaml files.

Example:

python -m jiradump –server example.atlassian.net –project EX

This is the only script that works with Jira directly. The others will work with jiradump results.

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

itreport-0.0.1-py3-none-any.whl (12.5 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