📋 jisub
CLI tool to simplify jira tickets interaction
Install
Download latest release version. Extract to user home dir.
Add to jisub executable to PATH ~/jisub
Config
- Configure jira instance API path:
jisub --config "jira.url https://jira-api.com/jira/rest/api/2"
- Obtain jira token from profile and add it to configuration
jisub --config "user.token JIRA_TOKEN"
Usage
- Create required sub tasks with estimates for the parent ticket:
jisub --syb-tasks "QA:2 BE:3 FE:4" --fields "storypoints:4 dealsize:2,3,4" JIRA-39106