If you do not have access to a Jira instance or you wish to attempt this tool in an isolated environment, this guide will help you get started with a containerized self-hosted version of a standalone Jira Server.
To start a container, use docker (or a compatible container engine like podman):
Note
Run the container in the foreground, or else it will exit after bootstrapping.
It might take a few minutes until the Jira will be available on
http://<HOST>:2990/jira
Start the container:
docker run -it -p 2990:2990 --name jira addono/jira-software-standalone --version 8.14.0
- Login with default credentials:username:
admin
password:admin
Post a
jiav
comment.Execute the tool.