jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

A jira user friendly command line client

Results 45 jira-cli issues
Sort by recently updated
recently updated
newest added

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

using electron for e.g. will achieve a better result and a binary package that won't required to install nodejs toolchain. also simpler to maintain and less problematic to deal with...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.4 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

On my macbook, using a self-hosted jira: ![Capture d’écran 2022-01-10 à 15 10 01](https://user-images.githubusercontent.com/1219817/148779592-60ab0996-68e1-44ed-a950-3a7e07087370.png)

Repro steps: 1. open a zsh terminal application on MacOS, running node v14.15.4 and npm v7.19.0 (other versions of node and npm may also work) 2. run: `npm install -g...

I would like to pass parameters to `jira create`, so instead of going over the interactive options: ``` ❯ jira create ? Project: Ops ? Issue type: Task ? Please...

new feature

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits b31e67f link broken 6ad6035 Fix prototype pollution See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=merge&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

I'm trying to pipe out the result from `jira i` so I can filter with fzf and/or making some script on top of it. Strip out all decoration stuffs will...