Get Errors from Jira Importer

We are using the Jira Importer in a docker (compose) setup. A Project is created, but no epics and users.

When we check docker logs from the backend-container there is just a warning:
/opt/venv/lib/python3.11/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host ‘our-old-jira’.

Is there any other place in the containers where we can see some error messages?

Thanks for any hints.

hi @peter.huefner

docker logs -f or docker compose logs -f is the way to go to get some logs.

To make a more deep troubleshooting, you can install Taiga on your local machine, configure the Jira Importer and inspect what’s going on. That way you can be sure you’re configuring properly the Jira plugin and the URLs.

Cheers!