This script allows the user to run a JIRA JQL (Jira Query Language) query and display the results. The script prompts the user to enter a JQL query, or it uses a default query that searches for all issues assigned to the current user that are not closed or marked as "Done" or "Development Done", and orders the results by the date they were created. The script then uses the JIRA API to perform the search and display the results in a list format. The user can select one of the issues from the list and the script will open the selected issue in the browser. The script requires the user to set the JIRA_HOST
, JIRA_USERNAME
, and JIRA_PWD
environment variables to connect to their JIRA instance