docs(flaky-tests): note that Jira labels cannot contain spaces#591
docs(flaky-tests): note that Jira labels cannot contain spaces#591samgutentag wants to merge 1 commit intomainfrom
Conversation
Jira's API rejects labels with spaces. The Trunk UI now enforces this by preventing spaces in the labels field (trunk2 PR #3794). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
Claude finished @samgutentag's task in 1m 9s —— View job Review complete
The change looks good. A Observations:
The example in the table ( Result: ✅ No blocking issues. |
| <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. |
There was a problem hiding this comment.
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:
| 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.
Summary
Source
Test plan
Generated by Claude Code