I made a kanban for all the epics.
One issue type only, so no need for issue type icon (waste of space).
We use Rank to prioritize, so no need for priority icons either (waste of space).
Any way to hide them?
Hello Rafal,
Thank you for reaching out to Atlassian Community!
When using a Classic Kanban board, the default fields that are shown on the card are the Summary, Issue Type, Priority, and Issue key.
I'm afraid to say that currently, there are no options to remove these default fields from the cards. You can add other fields on Board settings > Card layout, but those ones are not possible to hide or remove.
Regards,
Angélica
Hi Rafal,
While I do not believe it is possible to hide either of these elements in Jira Software Cloud today, we do have a pair of feature requests that seek to do this. Please see:
I would recommend voting on these issues if this affects you. This can help our development team to understand which features to prioritize better.
Regards,
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This seems like an easy implementation yet an open issue for so long..
You can basically hack it with a script ran afterwards, like:
$('.ghx-stat-fields').forEach(x => {x.style.display = 'none';});
But can we please just have a button that would save this preference and display it as such?
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.