When displaying tests under test set , all the test name are display only partly.
how can i fix it so i will see the full headline of the test ?
See attach.
Hi @igrossma , Welcome to the community
Jira (or Zephyr) shortens long test names to maintain a clean table layout. There's no auto-expand for long names, so unless you interact with the UI, the full summary won’t show directly.
Ways to fix:
Hover over the test name
→ Move your mouse over the truncated name. Jira shows the full title as a tooltip.
Export the test list
→ Use Export to CSV/Excel (if available). You'll see the complete test names in the exported file.
Try resizing the column
→ Drag the edge of the Summary column to make it wider (if the UI supports it). This helps display longer names.
Check if detailed or expanded view is available
→ Some plugins like Zephyr Scale or Xray offer a detailed or expanded test case list. Use that view if available.
This helped in viewing full test titles without needing custom changes. Try the above and see what works best in your setup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.