These are collection of scripts to help you interact with Jira.
- Learn how to interact with Jira using REST API.
- Solve your day to day problems.
- Have lot of fun.
- 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.
- jq: Used to parse the JSON.
- cut: Used to cut string based on delimiter.
- Ravi Sagar YouTube Channel: You will find videos to learn Jira.
- Mastering Jira REST API Videos: Videos related to only Jira REST API.