Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

in jira board, i want to take out the profile and issue number from the card

Sujata Konda
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2018

Hi ,

 

I am using Jira Kanban board and i want to remove the profile photo and issue number to appear on the kanban board , it is not adding any value to the dashboard and unnecessary space is blocked

1 answer

1 vote
Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 22, 2018

This is not possible.

+1 for creative idea.

Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 22, 2018

If you really really wanna do it, it is possible in server but not in cloud:

You could use simple jquery in the announcement banner $("div.ghx-avatar").hide() to hide the avatar and  $("div.ghx-key").hide() to hide the key.

Your js logic should make sure that the divs are hidden only on a particular board.

Suggest an answer

Log in or Sign up to answer