Hi, I have a structure where issues are grouped by versions. Next to the version I see an icon. I understand that the black parcel means an active version and the grey parcel means an archived version. But what is the solid box? These versions are actually archived as sell, so I don’t understand why they are not grey
Hi Martin,
What Jira version do you use?
Can you right-click on that particular icon and select the Inspect option? In the Developer tools you'll see something link this: <span class="aui-icon jira-icon-version" title="Unreleased">Unreleased</span> (that's for a unreleased version icon). Maybe the class of the icon you have will lead us to the right answer.
Thanks Kseniia, here's what I get - I don't really know how to interpret this...
<span class=" jira-issue-status-lozenge aui-lozenge jira-issue-status-lozenge-blue-gray jira-issue-status-lozenge-new aui-lozenge-subtle jira-issue-status-lozenge-max-width-medium" data-tooltip="<span class="jira-issue-status-tooltip-title">Open</span><br><span class="jira-issue-status-tooltip-desc">The issue is open and ready for the assignee to start work on it.</span>">Open</span>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Martin Härri, this looks like attributes for the status Open. It is not exactly what you need.
Right-click on the icon of solid boxes and select Inspect. Here's the example:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, here it says
<span class="alm alm-fw alm-version-name"></span>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Martin Härri, then I guess these icons are related to the app ALM: https://marketplace.atlassian.com/apps/1227761/alm-test-management-for-jira
Is it installed on your Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.