Forums

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

WBS GANTT confi

Omri Zeman January 4, 2023

Hi, I would appreciate help on the matter of the Gantt, according to the picture I attached you can see that currently every ticket in the Gantt with dates records who its assignee is, and I would like that instead of having the assignee name listed, if it is possible to write down the value written from his field that I also marked in the picture I attached.
I would appreciate any help, thank you very muchCapture3.JPG

1 answer

0 votes
Alessandro Portela Cristiano
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.
January 4, 2023

Hello @Omri Zeman 

Thank you for posting! My name is Alessandro and I'll be happy to be of assistance.

Currently, there's no option to remove or replace the summary and assignee name next to the Gantt bar.

Since the feature is not available at the moment, we have a suggestion raised for our development team on our Productboard which can be checked at the URL below:

Disable the summary and assignee info display next to the Gantt-bar

In order to receive updates regarding the feature, please vote for it by clicking either NICE-TO-HAVE or IMPORTANT or CRITICAL, enter your feedback and Email address, then Submit.

There's a workaround for this feature that consists in adding a CSS code to Jira's Announcement Banner, however:

Code for hiding the assignee name:

<style>

.sch-gantt-labelct-right {

visibility:hidden;

}

</style>


Code for hiding the summary:

<style>

.sch-gantt-labelct-left {

visibility:hidden;

}

</style>


If you need assistance or have any other questions, please, contact us anytime at ricksoft-support.atlassian.net. We'll be happy to help.

We wish you a great day!

Kind Regards,
Alessandro C. | Support Engineer
Ricksoft Support Team

Suggest an answer

Log in or Sign up to answer