################# Getting Started ################# 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://:2990/jira`` #. Start the container: .. code:: bash docker run -it -p 2990:2990 --name jira addono/jira-software-standalone --version 8.14.0 #. | Login with default credentials: | username: ``admin`` | password: ``admin`` #. After logging in, `create `_ or `import `_ a project. #. `Create a Jira issue `_. #. `Generate a personal access token `_. #. Post a ``jiav`` comment. #. Execute the tool.