Git Product home page Git Product logo

jira-logger's Introduction

Jira logger

A console application for reading work logs from a .CSV file and sending that log to Jira. Log format:

start_time\issue_id\end_time\[comment]

where:

  • start_time - in 24h format hh:mm. Example: 09:45
  • issue_id - human id. Example: SSP-942
  • end_time - in 24h format hh:mm. Example: 15:02
  • comment - any single line text. Optional

Requires python 3.10.

How to run

usage: jlog.py [-h] -j JIRA_URL -f FILEPATH [-e ENCODING] -u USER [-p PASSWORD] [-d START_DATE]

options:
  -h, --help            show this help message and exit
  -j JIRA_URL, --jira-url JIRA_URL
                        jira base URL
  -f FILEPATH, --filepath FILEPATH
                        path to target CSV file with logs
  -e ENCODING, --encoding ENCODING
                        encoding of the target CSV file
  -u USER, --user USER  jira username
  -p PASSWORD, --password PASSWORD
                        jira password. Default: prompted
  -d START_DATE, --start-date START_DATE
                        start date in format 'dd.mm.yyyy'. Default: current date

Example:

python -m jlog -j https://jira.my.lab -f "C:\Users\MyUser\Documents\log.csv" -u myname

jira-logger's People

Contributors

alexsischin avatar lech-x avatar

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.