ateam-worklog

module
v0.0.0-...-1578c70 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2022 License: Apache-2.0

README

aTeam-WorkLog

Golang sandbox application for monitoring Team Work Log in Jira

Exemple secret.config.json

{
    "hostname": "http://<JIRA_HOSTNAME>",
    "username": "<USERNAME>",
    "password": "<PASSWORD>",
    "jql": "<JQL>",
    "worklog": {
        "author": "<AUTHOR>",
        "begin": "<BEGIN_DATE>",
        "end": "<END_DATE>"
    }
}

USERNAME and AUTHOR may not match

Format for DATA: YYYY-MM-DD

Exemple JQL for one day:

worklogAuthor = <AUTHOR>
	AND
worklogDate >= <LAST_WORKING_DATE>
	AND
worklogDate <= <LAST_WORKING_DATE>

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL