Test your instance
Sending a test payload through a new instance is the fastest way to confirm everything is wired correctly: the connection has the right token, the configured Jira project exists and accepts the issue type, and JupiterOne can write to it. We strongly recommend running a test on every instance before you let it serve real CCM tickets.
When to test
- Right after creating an instance - the Add Jira instance wizard ends on a Test step for exactly this reason
- After re-authorizing a connection - to confirm the new API token still has write access to the project
- After changing a Jira project's permissions or issue-type configuration - to catch breakage before a real CCM ticket fails
Test from the wizard
The cleanest test path is the Test step of the Add Jira instance wizard. It walks you through Summary and Description, posts a real ticket, and lets you confirm in Jira immediately.

| Field | Default | What to do |
|---|---|---|
| Summary | Test PROS:Task ticket to be created (varies by configured issue type) | Edit to something distinctive so the ticket is easy to find in Jira, for example [J1 Data Out test - 2026-05-18]. |
| Description | testing ticket description | Optional. Add any context you want included in the test ticket body. |
Click Send test to fire the payload at the configured Jira project + issue type. After Send:
- A new ticket appears in Jira against the project the instance is scoped to, with the issue type the instance is configured for
- Open the ticket in Jira and confirm the Summary and Description landed as expected
- Delete the test ticket in Jira once you have verified - test tickets count toward project clutter and can confuse downstream automation
If you do not need to send a test (for example, you just verified an identical instance pointing at the same project), click Finish to close the wizard without sending.
What success looks like
When the test succeeds, two surfaces update:
- The instance row's Successful count on the Instances tab (and on the connection card's instance table on the provider detail page) increments by 1
- The instance's Last run timestamp updates to "just now"

You can also open the instance detail page and find the test job at the top of the per-instance Jobs table with status Succeeded. See Manage instances.