Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Edit the jira.sh script to customize "server", "user" and "password"
    Code Block
    
    nnarkhed-mn:kafka-git-idea nnarkhed$ cat jira.sh
    java -jar `dirname $0`/lib/jira-cli-3.6.0.jar --server "https://issues.apache.org/jira" --user nehanarkhede --password ******** "$@" 
  • Add an environment variable JIRA_CMDLINE_HOME and point it to the location of the jira.sh script
    Code Block
     nnarkhed-mn:kafka-git-idea nnarkhed$ echo $JIRA_CMDLINE_HOME
    /Users/nnarkhed/bin/jira-cli-3.6.0/
    

...