Hides XRay tests section in Jira
Hide XRay Tests in Jira by sebekz
Details
Authorsebekz
LicenseNo License
Categoryatlassian
Created
Updated
Size543 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide XRay Tests and other unnecessary sections in Jira
@version 20241113.07.50
@namespace https://userstyles.world/user/sebekz
@description Hides XRay tests and Spark a conversation prompt sections in Jira
@author sebekz
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://esubdev.atlassian.net") {
*[data-testid^="issue-view-ecosystem.connect.content-panel.com.xpandit.plugins.xray"] {
display: none !important;
}
div.css-k9aspw {
display: none !important;
}
}