Sort Jira stories in Excel
Project description
Jira Tool - userful tool to sort jira stories
Installation
jira-tool can be installed from PyPI using pip (note that the package name is different from the importable name):
pip install -U sharry-jira-tool
Download
jira-tool is available on PyPI https://pypi.org/project/sharry-jira-tool
Code
The code and issue tracker are hosted on GitHub: https://github.com/SharryXu/jira-tool
Features
Parsing the excel file which usually been downloaded from the Jira platform.
Sorting the excel records using some specific logic.
Generating the target excel file which contains the result.
Quick example
Here’s a simple program, just to give you an idea about how to use this package.
>>> import pathlib >>> from jira_tool import process_excel_file >>> HERE = pathlib.Path().resolve() >>> process_excel_file(HERE / "source.xlsx", HERE / "target.xlsx")
Contact
Our mailing list is available at sharry.xu@outlook.com.
License
All contributions after December 1, 2022 released under MIT license.
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.