Configuration Checklist¶
This page summarizes everything analytiQa needs from you to configure your environment, grouped by area. Use it as a checklist when preparing for onboarding — you don't need to write this file yourself, but it shows you exactly what to gather and share with your analytiQa contact (over a secure channel, never by plain email or chat).
Example¶
# analytiQa configuration checklist — example values shown, replace with your own
core:
instance_hostname: cx001.analytiqa.cloud # Assigned by analytiQa
azure_sso: # Optional — only if you want Azure AD / Entra ID single sign-on
enabled: false
tenant_openid_config_url: ""
client_id: ""
client_secret: ""
jira:
enabled: true
url: https://your-company.atlassian.net
username: you@your-company.com
api_token: "" # Jira API token — see Getting Started
jql_queries:
- "created >= -5d OR updated >= -5d"
polling_interval_minutes: 15 # How often we check for new/updated issues
qtest:
enabled: true
base_url: https://your-instance.qtestnet.com/
access_token: ""
project_name_match:
- ".*" # Regex — which projects to include
modified_after_days: 7 # Historical look-back window
polling_interval_minutes: 60
tosca:
enabled: true
workspace_path: "C:\\Workspaces\\MyProject.tws"
repository_username: ""
repository_password: ""
tosca_server_login: false # true if using a Tosca Server instead of a local/network workspace
server_url: ""
search_last_n_hours: 24 # Historical look-back window
schedule: "agreed during onboarding"
oss_dashboards:
admin_login: "provisioned by analytiQa" # Your dashboard admin credentials are issued to you, not supplied by you
sso: "see core.azure_sso above, if desired"
Field Notes¶
Core¶
| Field | Required | Notes |
|---|---|---|
| Instance hostname | Yes | Your dashboard/docs URL — assigned by analytiQa |
| Azure SSO | No | Only needed if you want to log in to dashboards with your organization's Microsoft/Entra ID account |
Jira¶
See Jira Extractor Setup for how to obtain each value.
qTest¶
See qTest Extractor Setup for how to obtain each value.
Tosca¶
See Tosca Extractor Setup for how to obtain each value.
OpenSearch Dashboards (oss)¶
You don't provide anything here — analytiQa provisions your dashboard login and shares it with you once your environment is ready.
Sending Us This Information¶
Share these values with your analytiQa onboarding contact over a secure channel (never plain email or chat). If you'd rather fill in the example above and hand it back as a file, that's the easiest way for us to configure your environment correctly the first time.