Skip to content

csu/jira-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

jira-cli

A command line interface for JIRA.

Usage

create <PROJECT> "<Issue Summary>"

Creates a new issue

Options

  • --type (or -t): specify an issue type
  • --epic (or -e): link to an epic (ex. PRO-123)
  • --parent (or -p): make the subtask of a parent (ex. PRO-123)
  • --component (or -c): add to a component
  • --due (or -d): add a due date (YYYY-MM-DD)

batch <PROJECT> <file-name.txt>

Creates issues from a file. Issues separated by line. Other fields separated by semicolons.

Options

  • --type (or -t): specify an issue type
  • --epic (or -e): link to an epic (ex. PRO-123)
  • --parent (or -p): make the subtask of a parent (ex. PRO-123)
  • --component (or -c): add to a component
  • --due (or -d): add a due date (YYYY-MM-DD)

Releases

No releases published

Packages

No packages published

Languages