![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
storypointer
Advanced tools
Simple CLI tool that provides an interactive interface to quickly set priority and story points for your JIRA issues. No need to open the JIRA web interface.
Make sure to store your JIRA Personal Access Token (PAT) in the ~/.config/storypointer/.env
or ~/.env.storypointer
file:
# ~/.config/storypointer/.env
JIRA_API_TOKEN="exaple-token"
[!TIP]
You can also set default values for the
assignee
,developer
, andcomponent
fields in the~/.config/storypointer/.env
or~/.env.storypointer
file:
# ~/.config/storypointer/.env ASSIGNEE="your-jira-username" DEVELOPER="your-jira-username" COMPONENT="your-component"
# run it using npx
npx storypointer
# or install it globally using npm
npm install -g storypointer
storypointer
[!IMPORTANT]
The Fedora package is not available yet.
[!IMPORTANT]
This tool is intended to be used by Red Hat employees on the Red Hat JIRA instance. It may be adapted to work with other JIRA instances in the future.
$ storypointer --help
Usage: storypointer [options] [string]
📐 Small CLI tool to set JIRA Story Points and Priority
Arguments:
string Issue keys separated by `␣`
Options:
-V, --version output the version number
-c, --component [component] Issue component
-a, --assignee [assignee] Issue assignee (default: "<user-login>@redhat.com")
-d, --developer [developer] Issue developer
-l, --legend Print legend
-h, --help display help for command
[!NOTE]
Only
50
issues are fetched from JIRA at a time. If you want to triage more than50
issues just run the command again.
[!TIP]
You can disable default values by setting
NODEFAULTS
environment variable totrue
:
NODEFAULTS=true npx storypointer
Size all issues of the curl
component:
storypointer -c curl
JIRA Version: 9.12.10
JQL: project = RHEL AND ("Story Points" is EMPTY OR priority is EMPTY) AND status != Closed AND component = curl ORDER BY id DESC
5 issues are waiting to be sized and prioritized.
🐛 RHEL-1234 - In Progress - Assignee
Add new feature to curl
See more: https://issues.redhat.com/browse/RHEL-1234
? Story Points
1
2
❯ 3
5
8
13
---
SKIP
EXIT
You can use the arrow keys to select the story points and press Enter
to confirm. Then you can select the priority. You can exit the tool by pressing Ctrl+C
or selecting the Exit
option.
FAQs
Small CLI tool to set JIRA Story Points and Priority
The npm package storypointer receives a total of 13 weekly downloads. As such, storypointer popularity was classified as not popular.
We found that storypointer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.