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 much
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.