Getting Started¶
This guide walks you through the information analytiQa needs to connect to your data sources and start ingesting test data.
What You'll Need¶
Account Credentials¶
For each data source you want to use, we need credentials to connect:
| Data Source | Credential Type | Where to Find It | Security |
|---|---|---|---|
| Jira | Email + API Token | Your Jira account settings | We never store your password—only an API token |
| qTest | Base URL + Access Token | Your qTest instance | API token stored encrypted |
| Tosca | Workspace File + Repository User | Your Tosca environment | Credentials encrypted; workspace accessed via your network |
Configuration Information¶
For each extractor, you may specify:
- What to extract: Which projects, test suites, or issue types
- When to extract: Daily, weekly, or on-demand
- Date ranges: How far back to look for historical data
Step 1: Gather Your Credentials¶
For Jira¶
You need two things:
- Your Jira URL:
https://your-company.atlassian.net - Your Email: The email address of your Jira account
- API Token: A secure token (not your password)
How to get an API Token:
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Click Create API token
- Give it a name (e.g., "analytiQa Data Extractor")
- Copy the token — you'll only see it once
- Provide this token to analytiQa (we store it encrypted)
For qTest¶
You need:
- Base URL:
https://your-instance.qtestnet.com/ - Access Token: A bearer token for API access
How to get an Access Token:
- Log in to your qTest instance
- Click your profile icon (top-right) → API & SDK
- Click Generate Token
- Copy the token and provide to analytiQa
For Tosca¶
You need:
- Workspace File Path: The location of your Tosca workspace (
.twsfile). Tosca Commander is Windows-only, so this is always a Windows-style path
Example:C:\MyWorkspaces\MyProject.twsor\\shared-server\tosca\workspace.tws - Tosca Repository Username: Your Tosca user account
- Tosca Repository Password: Your Tosca account password
Optionally: - Server Login: If your workspace is on a Tosca Server (not local) - Start Date: How far back to look (default: 24 hours)
Step 2: Choose What to Extract¶
Jira¶
You can configure:
- JQL Queries: Which issues to extract
Example:created >= -5d OR updated >= -5d(Issues created or updated in the last 5 days) - Include Details: Comments, worklogs, links, watchers, custom fields
- Polling Interval: Every 15 minutes (default), or a custom interval
qTest¶
You can configure:
- Projects: Which projects to include (by name pattern, e.g.,
Regression.*) - Date Range: Start and end dates for historical data
- Polling Interval: Hourly (default), or a custom interval
Tosca¶
You can configure:
- Search Pattern: What objects to extract (test cases, execution logs, etc.)
- Search Range: How far back to look
- Schedule: Agreed with your analytiQa contact during onboarding (Tosca extraction runs against your workspace, so timing is set up with you directly)
Step 3: What Happens Next¶
Once you provide credentials and configuration:
- First run: analytiQa connects and extracts your historical data (may take 5–60 minutes depending on volume)
- Daily updates: On your configured schedule, new data is automatically ingested
- Dashboard access: Your data appears in the analytiQa dashboard under Jira Issues, qTest, or Tosca views
- Monitoring: You can check ingestion status in the platform
Need Help?¶
- Lost your API token? Create a new one — old tokens can be revoked
- Workspace file not found? Ensure the path is accessible from analytiQa servers (contact support for network paths)
- Permission denied? Your Jira/qTest account may need additional permissions — see Support & Troubleshooting
Next step: Configure your first data source!