Displaying labels on the backlog next to Epic link

Kevin Wittek January 10, 2016

Is there a way to display the Label of an Issue next to the Epic-Link on the backlock view?
When adding the Label on the Configure Card Layout Settings, the Label will be shown below the Issue summary.

I'd like a style which is more like this (old styling maybe?):
https://confluence.atlassian.com/display/JIRAKB/Epic+Tag+or+Label+is+missing+on+Sprint+board 

We currently use a CSS hack to display it like this:

jira.PNG

5 answers

2 votes
Lisa Reilly January 11, 2016

Go to Configure board, Card layout, and select Labels under Backlog - > Field Name.

Capture.PNG

Kevin Wittek January 12, 2016

This will display the Labels belowe the Issue summary, I'd like to display the Labels next to the Issue summary.

Like # people like this
Deleted user November 16, 2018

I'm having this struggle as well ... has there been anything new recently that helps me achieve this?

Raphi Levine March 4, 2021

this is driving me crazy.

I know I can add up to 3 fields onto the card, by configuring the card layout in the Board Settings.

However, when I add a label field, it doesn't show on the card.

Any ideas if this is possible?

0 votes
Alan O'Sullivan January 12, 2017

no longer working - JIRA just renders whatever you put in the banner field sad 

0 votes
Deleted user June 7, 2016

Thank you!

 

0 votes
Kevin Wittek June 6, 2016

We've added the following snippet to the Announcement Banner HTML text:

<style type="text/css">
.ghx-issue-compact .ghx-issue-content {
  display:flex;
}
</style>
0 votes
Deleted user June 6, 2016

Hi Kevin, I've been looking for the same thing, did you ever find a solution? If not, can you share your CSS hack? 

Suggest an answer

Log in or Sign up to answer