Automation to create jira tickets
Steps to run:
- setup Scala: "brew install scala" in mac
- Setup sbt: https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Mac.html
- clone the repo
- navigate to repo in terminal
- enter command "sbt" and hit enter button
- Once sbt console is open enter "compile" and hit enter to compile the code
- once code is compiled successfully enter command "run" and hit enter button to run the service
- hit the api "POST localhost:9000/api/v1/createJiraTicket" to execute the code.