Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions flaky-tests/ticketing-integrations/jira-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Then complete the form and click Connect to Jira Cloud with the following inform

<table data-full-width="false"><thead><tr><th width="176">Field Name</th><th width="266">Description</th><th>Examples</th></tr></thead><tbody><tr><td>Jira URL</td><td>The URL to your Jira Cloud project.</td><td><code>https://trunk-io.atlassian.net</code></td></tr><tr><td>Project Key</td><td>The project key for your Jira project.</td><td><code>KAN</code></td></tr><tr><td>Email</td><td>The email associated with your Jira API token.</td><td><code>johndoe@example.com</code></td></tr><tr><td><a href="jira-integration.md#api-token-permissions">Jira API token</a></td><td><a href="https://id.atlassian.com/manage-profile/security/api-tokens">Create your Jira API token here.</a></td><td><code>ATATT*****19FNY5Q</code></td></tr><tr><td>Default label(s) for new tickets</td><td>Labels applied to new Jira tickets created through Trunk Flaky Tests</td><td><code>flaky-test, debt</code></td></tr></tbody></table>

{% hint style="info" %}
Jira labels cannot contain spaces. The Trunk UI enforces this restriction — spaces are not accepted in the labels field when configuring your integration or creating tickets.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second clause ("spaces are not accepted in the labels field when configuring your integration or creating tickets") mostly restates the first sentence. Consider tightening to avoid redundancy:

Suggested change
Jira labels cannot contain spaces. The Trunk UI enforces this restriction — spaces are not accepted in the labels field when configuring your integration or creating tickets.
Jira labels cannot contain spaces — the Trunk UI enforces this restriction in the labels field.

Minor style suggestion, not blocking.

{% endhint %}

After connecting to Jira, you can specify a default issue type for new tickets and a default assignee for new tickets.

#### API Token permissions
Expand Down
Loading