Skip to main content

Python JIRA Historical Search API

Project description

version license coverage qualitygate

The Jira History library allows you to retrieve issues from JIRA in (almost) the same state as they were on the requested date/time.

In addition, a simple CLI is added to retrieve the status of a singular issue.

Installation

$ pip install jira-history-api

Example

from jira_history import Jira
from datetime import datetime

jira = Jira(url='https://jira-instance.com',
            username='bob',
            password='secret')

jira.get_issue(key='ISSUE-100',
               datetime.strptime('12/11/2018 09:15:32', '%d/%m/%Y %H:%M:%S'))

Usage

Usage: jira-history [OPTIONS]

Options:
-u, --username TEXT    Username that is able to query Jira  [required]
-p, --password TEXT    Password associated with the Username that is able to
                        query Jira  [required]

-s, --server TEXT      Jira server URL  [required]
-k, --key TEXT         Issue key to analyse  [required]
-d, --date [%Y-%m-%d]  Status of Jira issue key should reflect this date.
--verbose              Increase verbosity for more logging
--help                 Show this message and exit.

Credits

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

jira-history-api-0.4.0.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distribution

jira_history_api-0.4.0-py3-none-any.whl (12.9 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