...
You may see how a Query Server page is automatically opened and connected to the tool.
This will happen everything each time , that the third-party tool asks for Jira data tries to fetch data from Jira and there is not a no any SQL Cloud database connection opened yet.
Why? Since SQL Cloud is a 100% JavaScript database running on an HTML page, some restrictions are inherited from the browser security sandbox (like as example: opening a TCP/IP port that is listening to connections- is forbidden). This introduces some behavior, different from the rest of the database servers.
You, as a userUser, do not have to care about all these details, as they are automatically managed in some way behind the scene.
...