A WIP golang Jira epic creator making use of jira-cli
This tool will use the name of the folder of the investigation as the epic name for example hello_world and the name of the ticket for the ticket's name.
The epic needs to be named epic.md for this to work.
This tool makes use of a config file to support multiple boards by adding -c <key> in the example config  would be either TEST1 or TEST2.
pwd is the path for the config file for the jira-cli
issueType is what type of ticket the tool should create for the epic e.g Task, Story etc
Copy the example example config to ~/.config/jira-go/ removing .example. from the name and edit the config has needed
go run . -i <investigation dir> -c <key> example: go run . -i /docs/investigation/hello_world -c TEST2