Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Q: The connection to JIRA is very slow. The requests take up to 5minutes. We have a AWS load-balancer in between:

A: Please do a curl request to your JIRA from the host-machine on which you have the pi-planning server installed. Does that work? It could be an network issue. (curl -D- -u <jira-username>:<jira-password> -X GET -H "Content-Type: application/json" https://<url-to-jira>/rest/api/2/issue/<some-issue-key>)


  • No labels