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
This is not possible.
+1 for creative idea.
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.
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.