Register worklog entries to the Jira API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Riyyi 3f6638fc85 Convert timestamps to UTC time before posting to API 1 week ago
src Convert timestamps to UTC time before posting to API 1 week ago
.gitignore Complete process functionality 2 months ago
LICENSE Complete process functionality 2 months ago
README.org Update README.org 2 months ago
go.mod Complete declaration table functionality 2 months ago
go.sum Complete declaration table functionality 2 months ago
main.go Add option to fetch and store issues 2 months ago

README.org

Worklog

Register worklog entries to the Jira API.

Getting started

Clone

$ git clone https://github.com/riyyi/worklog

Build instructions

$ go build

Usage

$ worklog --help
worklog - process a worklog file

Usage: worklog [--decl MONTH] [--process] [--issues] FILE

Positional arguments:
  FILE                   the file to perform the action on

Options:
  --decl MONTH, -d MONTH
                         Generate travel declaration table
  --process, -p          Process specified file and call Jira API
  --issues, -i           Store issues in specified file
  --help, -h             display this help and exit

Gitignore

$ git update-index --assume-unchanged src/secrets.go