Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 893 Bytes

readme.md

File metadata and controls

executable file
·
18 lines (13 loc) · 893 Bytes

These are collection of scripts to help you interact with Jira.

Objective

  • Learn how to interact with Jira using REST API.
  • Solve your day to day problems.
  • Have lot of fun.

How to use the scripts?

  • Set an environment variable called JIRATUTORIAL_AUTH which is used in the scripts. You can use ~/.bashrc or ~/.xinitrc file or any other way you are familiar with to do this. In this video I have explained how to generate the token and base64 encode it.

Dependencies

  • jq: Used to parse the JSON.
  • cut: Used to cut string based on delimiter.

Useful links