Skip to content

Console tool. Helps to syncronize work logs between two JIRAs

Notifications You must be signed in to change notification settings

d-lobanov/jira_pub_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's it?

Console tool which helps to migrate tasks and worklogs between SK Jira and PUB Jira.

Can be used for other JIRAs but need small changes in this case.

Requirements

Installation

pip install git+https://github.com/d-lobanov/jira_pub_sync

If python3 is not default in your system

python3 -m pip install git+https://github.com/d-lobanov/jira_pub_sync

For updating just add --upgrade in your installation command.

Usage

jirapub config        # Change configuration

jirapub time 10       # Start to migrate worklogs for last 10 days

jirapub issue TASK-3  # Start to migrate issue `TASK-3` from SK to PUB

jirapub issues 18     # Finds and migartes all non-synchronized tickets for last 18 days

Or if you used python3 for installing

python3 -m jirapub config        # Change configuration

python3 -m jirapub time 10       # Start to migrate worklogs for last 10 days

python3 -m jirapub issue TASK-3  # Start to migrate issue `TASK-3` from SK to PUB

python3 -m jirapub issues 18     # Finds and migartes all non-synchronized tickets for last 18 days

About

Console tool. Helps to syncronize work logs between two JIRAs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages