When adding Jira Xray issues types, for example Xray Test, Precondition, etc., I cannot find their traditional icons. Where can I download them? Thanks!
Test:
Precondition:
Test Set:
Test Plan:
Test Execution:
And for good measure, here are SVGs, if/when Atlassian finally allows them! You'll need to save each one as a text file with .svg extension:
Test:
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<rect width="14" height="14" rx="2" fill="#007385" ry="2" x="1" y="1"/>
<circle fill="white" cx="8" cy="8" r="4.2"/>
<circle fill="#007385" cx="8" cy="8" r="2.367"/>
</svg>
Precondition:
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<rect width="14" height="14" rx="2" fill="#00a0b1" ry="2" x="1" y="1"/>
<circle fill="white" cx="8" cy="8" r="4.2"/>
<circle fill="#00a0b1" cx="8" cy="8" r="3.283"/>
<circle fill="white" cx="8" cy="8" r="2.367"/>
<circle fill="none" r="2.1" cx="8" cy="8" stroke="white" stroke-width="4.0" stroke-dasharray="calc(2 * pi * 2.1 * 0.25) calc(2 * pi * 2.1 * 0.75)" transform="rotate(-90, 8, 8)"/>
<circle fill="#00a0b1" cx="8" cy="8" r="1.45"/>
</svg>
Test Set:
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<rect width="14" height="14" rx="2" ry="2" x="1" y="1" fill="#4c3fa3"/>
<circle stroke="#4c3fa3" stroke-width="0.5" cx="6.78" cy="7.18" r="2.95" fill="white"/>
<circle stroke="#4c3fa3" stroke-width="0.5" cx="8.82" cy="9.22" r="2.95" fill="white"/>
</svg>
Test Plan:
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<rect width="14" height="14" rx="2" ry="2" x="1" y="1" fill="#db8300"/>
<rect x="5" y="5" width="7" height="1" fill="white"/>
<rect x="5" y="7" width="5" height="1" fill="white"/>
<rect x="5" y="9" width="3" height="1" fill="white"/>
<rect x="5" y="11" width="1" height="1" fill="white"/>
</svg>
Test Execution:
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<rect width="14" height="14" rx="2" ry="2" x="1" y="1" fill="#8dac1c"/>
<polygon points="5.4,5 11,8 5.4,11" fill="white" stroke="white" stroke-linejoin="round" stroke-width="0.4"/>
</svg>
Hi Crystal and welcome to Atlassian Community!
Currently, these are the only icons for issue types on Jira Cloud, but we would like to better understand what icons you need. Do you have any example of these Xray icons, maybe a screenshot?
Not sure if it helps, but you can find some icons and information about the design on the links below:
https://docs.atlassian.com/aui/latest/docs/icons.html
https://atlassian.design/server/foundations/iconography/
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that @Crystal Tang asked for icons like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, I solved this by just saving the icons from a traditional xray project and then uploading them again in the next gen project (issue type configuration).
Edit: https://docs.getxray.app/display/XRAYCLOUD/Project+Settings%3A+Next-Gen+Configuration I could also find them here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.