Quick Start Guide
Use this guide to set up Jataka with GitHub, Salesforce, CI secrets, and Jira in a production-ready way.1
Connect your GitHub account from the Jataka dashboard.
Authorize repository access for the organization you want to onboard.
2
Select the GitHub repository where your Salesforce metadata and workflows are maintained.
Confirm that the selected repository is the same one used for your release process.
3
Select the target branch that should run Jataka checks.
If your workspace uses Brain profiles, choose the appropriate Brain for this repository.
4
Connect Salesforce and choose the correct environment: production (
login.salesforce.com) or sandbox (test.salesforce.com).
Verify that the connected org matches the environment used by your deployment pipeline.5
Allow all the permissions
6
Authenticate your target Salesforce org in the CLI first:Then display the org details and copy the generated SFDX auth URL:
7
Optional: Add the generated auth URL as a GitHub Actions secret as
SFDX_AUTH_URL.
Add this to your workflow file to make sure changes are deployed the testing environment before running tests:8
Generate the Jataka API key from the integration setup panel (Step 3 flow).
Save it in GitHub Secrets as
JATAKA_API_KEY the same way as other credentials.9
Add this step to your project workflow file (for example, Create a GitHub Actions variable named
.github/workflows/deploy.yml) after Salesforce deployment:JATAKA_TEST_MODE and set it based on your need under the actions -> variable.10
Connect your Jira account so Jataka can read ticket context tied to branches, commits, or pull requests.
Ensure the Jira site selected is the one used by your engineering teams.
11
Allow all the permissions and click Accept.
12
Set the exact Jira project key that should be used for ticket lookup.
Validate the key format and test one linked ticket before enabling for all pipelines.
13
Include the Jira ticket number in the pull request title so Jataka can derive ticket context for test execution.
Example format:
PROJ-123: Improve lead conversion validation.Setup complete: your repository, Salesforce org, secrets, workflow checks, and Jira context are now aligned for automated Jataka validation.