tonivade / jirash

shell access to JIRA using the REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jirash

Shell access to JIRA using the REST API

Configuration

   JIRA_KEY=PROJECT
   JIRA_URL="https://localhost:8080/jira/rest/api/latest"
   CURL_OPTS="-k -s"

   USERNAME=username
   PASSWORD=password

Command Line

jirash [-h] [-i] <command> <arg1> <arg2> ... <argN>

Options

  • -h display help
  • -i interactive mode

Available commands

  • list_versions
  • list_components
  • create_version
  • delete_version
  • create_component
  • delete_component
  • get_issue
  • list_status
  • list_transitions

Dependencies

About

shell access to JIRA using the REST API


Languages

Language:Shell 100.0%