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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d1d6c28e0bd6aac8d210f6049862fd4311fdd99850b465c669bc2cd70283b8c
|
|
| MD5 |
887e6696c3335bf4f8460c5a51ef2eeb
|
|
| BLAKE2b-256 |
a78d787b86a71d005c73bb93b5a09f450c4ead5f3b3dc5731d2485c13609ca45
|
File details
Details for the file jira_time_machine-0.0.1-py3-none-any.whl.
File metadata
- Download URL: jira_time_machine-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbb9d9e002c2bb53a27561e371ad4cca74c727e78152d4fc79876dad0af8876a
|
|
| MD5 |
0297b64329ee5b578ba9c2612ae9c40e
|
|
| BLAKE2b-256 |
eb4e35e326d3696272fc4ec7b1746530b944deac2241be18b873b9d9834e424f
|