Skip to content

sur0g/temporal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jira+Tempo client

TODO

  1. GUI
  2. Start/stop the timers
  3. Save timers data between sessions (store data with pickle)
  4. Choose an issue to the timer (by summary or key)
  5. Create issues
  6. Make a transitions to the issues including required fields (i.e. tempo account)
  7. Ability to resolve on log work

Instructions

  1. Config creation
from main import Config
config = Config()
config.url = 'http://your_jira_server:8080'
config.login = 'your_jira_login'
config.password = 'your_jira_pass'
config.save()

This creates the config.ini file into current directory

  1. Manual file creation Simply create the config.ini file with the following content
[main]
url = http://jira_server:port
login = your_jira_login
pass = your_jira_pass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages