All Projects → TheSoftwareHouse → jira-worklog

TheSoftwareHouse / jira-worklog

Licence: other
Simple CLI tool for logging work in Jira

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jira-worklog

octosync
An open-source solution to keep Github and Jira issues in sync. An alternative to Exalate and Unito.
Stars: ✭ 27 (-6.9%)
Mutual labels:  jira
Jira-Hot-Linker
Jira Hot Linker
Stars: ✭ 36 (+24.14%)
Mutual labels:  jira
jira.plugin.zsh
CLI support for JIRA & Git interaction
Stars: ✭ 31 (+6.9%)
Mutual labels:  jira
quickstart-atlassian-jira
Jira Software Data Center and Jira Service Desk Data Center with high availability and performance
Stars: ✭ 61 (+110.34%)
Mutual labels:  jira
actionview-fe
ActionView front-end source code, based on Reactjs+Redux.
Stars: ✭ 63 (+117.24%)
Mutual labels:  jira
tribe
Helps you answer why the @$*% that code exists.
Stars: ✭ 18 (-37.93%)
Mutual labels:  jira
jira role
Ansible role to install Atlassian JIRA
Stars: ✭ 13 (-55.17%)
Mutual labels:  jira
giticket
Utility to autoadd ticket number specified in your branch name to your commits!
Stars: ✭ 51 (+75.86%)
Mutual labels:  jira
jira-select
JIra-select is a command-line tool and library that lets you run SQL-like queries against your Jira instance that are far beyond what Jira's built-in query language can provide.
Stars: ✭ 18 (-37.93%)
Mutual labels:  jira
fastlane-plugin-jira release notes
Fastlane Plugin for Jira Release Notes
Stars: ✭ 14 (-51.72%)
Mutual labels:  jira
goji
Command line JIRA client
Stars: ✭ 17 (-41.38%)
Mutual labels:  jira
alfred-jira-search
Alfred Workflow to quickly search through Jira issues 🔎
Stars: ✭ 23 (-20.69%)
Mutual labels:  jira
estimator-elixir
Elixir side-project: Collaboratively estimate Jira stories (for remote teams)
Stars: ✭ 44 (+51.72%)
Mutual labels:  jira
jira-node-cli
JIRA command line interface written in NodeJS
Stars: ✭ 58 (+100%)
Mutual labels:  jira
tempomat
CLI for Tempo Jira Timesheets Plugin
Stars: ✭ 45 (+55.17%)
Mutual labels:  jira
jira-dark-theme
⚫ A dark theme for Jira
Stars: ✭ 24 (-17.24%)
Mutual labels:  jira
lazylead
Eliminate the annoying work within ticketing systems (Jira, GitHub, Trello). Allows automating (without admin access) daily actions like tickets fields verification, email notifications by JQL/GQL, meeting requests to your (or teammates) calendar.
Stars: ✭ 42 (+44.83%)
Mutual labels:  jira
jira-grafana-json-datasource
Connect Grafana to Jira cloud to retrieve metrics on your Jira issues.
Stars: ✭ 68 (+134.48%)
Mutual labels:  jira
zabbix-jira
Python module that allows you to create tasks in Jira by the trigger from Zabbix
Stars: ✭ 40 (+37.93%)
Mutual labels:  jira
git-changelog-maven-plugin
Maven plugin that can generate a changelog, or releasenotes, from git repository
Stars: ✭ 52 (+79.31%)
Mutual labels:  jira

Jira Worklog

Simple CLI tool for logging work in Jira.

  • Finds tasks basing on Jira (column "In progress") and Git activity (in current directory)
  • Suggests a number of hours to log (considering current worklogs)
  • Works within single project

Usage

$ worklog
? Choose date (use arrows): 2018-11-09 (Friday)
? Choose task: (Use arrow keys)
  Git
❯ JRA-123 - First task
  Jira
  JRA-234 - Second task
  
[ENTER]
  
$ worklog
? Choose date (use arrows): 2018-11-09 (Friday)
? Choose task: JRA-123 - First task
? Choose time spent: (Use arrow keys)
❯ 4h
  3h
  2h
  1h
  
[ENTER]
  
$ worklog
? Choose date (use arrows): 2018-11-09 (Friday)
? Choose task: JRA-123 - First task
? Choose time spent: 4h
? Do you confirm to log 4h of work in task JRA-123? (Y/n)
  
[ENTER]
  
$ worklog
? Choose date (use arrows): 2018-11-09 (Friday)
? Choose task: JRA-123 - First task
? Choose time spent: 4h
? Do you confirm to log 4h of work in task JRA-123? Yes
info:    Successfully logged 4h of work.

Install

npm i @tshio/jira-worklog -g

Configuration

Initially, worklog will ask for following data:

? Set project key (like "JRA") JRA
? Set base URL (like "jira.atlassian.net") jira.atlassian.net
? Jira login john.doe
? Jira password [hidden]

Note: passwords are stored in Keychain.

Logout

To clear credentials and all other settings, use flag --reset like:

worklog --reset

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].