m0rtadelo / jiraworklog

POC Jira worklog timesheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JiraWorklog

Jira REST API POC to list time worklogs for current user since defined date.

Uses basic authentication (works only over https protocol)

Install

npm install

Configure

Create a .config.js file in root folder with the next format/content:

exports.username = 'JiraUsername';
exports.password = 'JiraPassword';
exports.api = 'https://jira.yourcompany.com/rest/api/2/'; 
exports.since = '2019-06-01';

Usage

npm start

Results in console

About

POC Jira worklog timesheet


Languages

Language:JavaScript 100.0%