Giter VIP home page Giter VIP logo

time-master's Introduction

Time Master

Build Status Go Report Card

All you need to monitor your activities and to plan your team tasks with an Opensource project.

Based on the idea of TaskJuggler project.

Getting Start

Import timesheet from JIRA

Hereinafter, an example about how you can import a Jira Timesheet Report and convert to time-master yaml specs.

Import CSV timesheet

Usage:
   import timesheet [file] [flags]

Flags:
  -d, --dir string                Directory where import timesheets.
  -h, --help                      help for timesheet
  -i, --import-type string        Define type of the imported file. Now it's supported only Jira. (default "jira")
  -j, --jira-mapper-file string   Import jira resource mapper file.
  -s, --split-for-user            Create a timesheet file for every user.
      --stdout                    Print timesheets to stdout instead of write files.
  -p, --target-prefix string      Prefix of the file/files to create.

Global Flags:
  -c, --config string   Time Master configuration file
  -v, --verbose         Verbose output.

The jira-mapper-file is used for map JIRA user to Time Master users and to assign Jira issues to a specific task.

An example of jira mapper file:

resources:
- jira_name: "Daniele Rondina"
  name: "geaaru"

issues:
- jira_issue: "ISSUE-1"
  task: "MYCLIENT01.briefing"

Split import with a file per user:

$> time-master import timesheet Reports_2020-06-01_2020-06-30.csv -d workspace/timesheets/202006/ -j workspace/mapper/jira.yaml  -s

Import to a single file.

$> time-master import timesheet Reports_2020-06-01_2020-06-30.csv -d workspace/timesheets/202006/ -j workspace/mapper/jira.yaml

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.