Skip to main content

Jira Time Machine gives you the state of your Jira project at any time in its history

Project description

Jira Time Machine

Jira Time Machine gives you the state of your Jira project at any time in its history.

Table of Contents

Installation

To install Jira Time Machine, you can use pip:

pip install jira-time-machine

Usage

from jira import JIRA
from jira_time_machine import JiraTimeMachine

# Initialize a JIRA instance
jira = JIRA(server='https://your-jira-instance.atlassian.net', basic_auth=('email', 'api_token'))

# Initialize the JiraTimeMachine instance
jira_time_machine = JiraTimeMachine(jira)

# Specify a JQL query and fields to track
jql_query = "project = TEST"
fields_to_track = ["Status", "Assignee", "Priority"]

# Get the history of the issues
history_df = jira_time_machine.history(jql_query, fields_to_track)

# Get a snapshot of the backlog at a specific timestamp
snapshot = jira_time_machine.snapshot(history_df, pd.Timestamp('2023-01-01'))

License

This project is licensed under the MIT License. See the LICENSE file for details.

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_time_machine-0.0.1.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jira_time_machine-0.0.1-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file jira_time_machine-0.0.1.tar.gz.

File metadata

  • Download URL: jira_time_machine-0.0.1.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for jira_time_machine-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9d1d6c28e0bd6aac8d210f6049862fd4311fdd99850b465c669bc2cd70283b8c
MD5 887e6696c3335bf4f8460c5a51ef2eeb
BLAKE2b-256 a78d787b86a71d005c73bb93b5a09f450c4ead5f3b3dc5731d2485c13609ca45

See more details on using hashes here.

File details

Details for the file jira_time_machine-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for jira_time_machine-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bbb9d9e002c2bb53a27561e371ad4cca74c727e78152d4fc79876dad0af8876a
MD5 0297b64329ee5b578ba9c2612ae9c40e
BLAKE2b-256 eb4e35e326d3696272fc4ec7b1746530b944deac2241be18b873b9d9834e424f

See more details on using hashes here.

Supported by

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