Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

A CLI application to submit Jira worklogs in bulk, useful to log daily meetings.

Notifications You must be signed in to change notification settings

brunobragaw8t/jira-timesheet-bulk-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⏱️ Timesheet Bulk Logger

A CLI application to submit Jira worklogs in bulk, useful to log daily meetings.


⬇ Installation

git clone https://github.com/brunobragaw8t/jira-timesheet-bulk-logger.git

⚙ Configuration

Configure the .env file:

CLOUD_ID=Your Atlassion Cloud ID
EMAIL=Email of your Atlassion account
API_KEY=API token generated in your account security section

To get your Cloud ID, go to https://YOUR-DOMAIN.atlassian.net/_edge/tenant_info.

To get your API Token, go here.


🏃 Usage

cd /path/to/jira-timesheet-bulk-logger
npm i
node index.js

❓ How it works

  1. Enter the details about the task you want to log;
  2. Review the task and days you are about to register (weekends skipped automatically);
  3. Submit your worklog.

TODO: add example image

About

A CLI application to submit Jira worklogs in bulk, useful to log daily meetings.

Resources

Stars

Watchers

Forks