Adding board information to the Gantt?

Hi there,

I’m trying to add additional information to the detail presented in the Gantt table (not chart). Currently, I’m only able to see the task and timeline but I would like to add more info such as duration and person responsible (without filtering). Is this possible? I am struggling to find these options.

Thanks in advance!

@CJG

The best solution to this is typically to use a formula column.

You can create formula to do something like:

{Duration} & " days - " & {Assignee#Names}

This will create a custom label that results in something like “5 days - John Doe”, which you can set to be the label on the Gantt. I hope that helps and please feel free to reach out if you need more assistance.

1 Like

Thank you Francis! Really appreciate you taking the time to respond and provide some solution!

I tried this and it added it to the timeline portion of the Gantt. I was hoping to add the detail here:

Do you have any suggestion? If its even possible?