GithubHelp home page GithubHelp logo

timelog's Introduction

Timelog (formerly TogglToJira)

Description

Timelog provides integration between Toggl time tracking software, Jira project management software, and Replicon timesheet reporting software

Pre-Requisites

  • Composer
  • A Toggl Account
    • Have your Toggl account set to not use start/stop times (I have not tested what will happen if you use start/stop times, but I suspect it will mess up your Toggl data)
    • The description you use for your time entry in Toggl becomes the worklog description in Jira as well as the comment in Replicon
    • You have to set the Jira ticket number as a tag on the time entry in Toggl
    • The time entry will be updated with a Jira tag so that it is not logged in Jira again
  • A Jira account with REST access
  • A Replicon account with API access enabled

Install

  1. Download and unzip (or clone using git) the Timelog project. It can be stored in your home directory, a scripts folder or anywhere else on your drive.
  2. Change into the directory and run composer install
  3. Rename the following files and update them as appropriate:
  • jira.yaml.sample -> jira.yaml
  • toggl.yaml.sample -> toggl.yaml
    • If you intend to make changes, please change user_agent to your email address so that Toggl can let you know if you are doing anything really bad
  • replicon.yaml.sample -> replicon.yaml
    • hostname is an optional field to override which server you connect to. It defaults to na8.replicon.com. Remove the line if not changing it

Usage

To run Timelog, from the command line in the root directory of your Timelog project execute

./timelog --jira 2014-07-29 2014-07-30

or

./timelog --replicon 2014-07-29 2014-07-30

or

./timelog --all 2014-07-29 2014-07-30

End date is optional. If you leave off end date, it will run for only start date.

License

Timelog by Joe Constant is licensed under the MIT license

timelog's People

Contributors

dependabot[bot] avatar lazyguru avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

timelog's Issues

Support updating Replicon instead of full replace

Currently you have to do a full replace of the weeks time entries in Replicon. It would be nice to be able to just update the entries instead. The Replicon API is a PITA to deal with (very convoluted).

Add support for activities in Replicon

Currently there is no way to log Sick/Holiday/Vacation/etc time in Toggl and have it translated to Replicon. This means Replicon has to be updated manually after you run timelog. Ideally there should be a way to specify this special timecode

error on date

Getting the below error

[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "29-01-2014" is not defined.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.