Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Why is my Gantt chart not showing the JIRA ticket names?

mattdarwin April 24, 2020

I have discovered the handy Gantt chart macro, and am trying to use it to track various tasks, some of which are JIRA tickets.

Here's an extract from the table of tasks in the macro:

Screen Shot 2020-04-24 at 14.16.12.png

And here's how it is rendered :

 

Screen Shot 2020-04-24 at 14.16.02.png

As you can see, the ticket descriptions look great in the table, but are illegible in the actual chart.  

We are using Confluence 6.13.4

Any ideas?

1 answer

1 vote
Natalie Paramonova _Stiltsoft_
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.
April 24, 2020

Hi @mattdarwin ,

As I can see, you use the default Chart macro. This macro receives and displays only the issue key.

In case you use the Chart from Table macro (the Gantt chart type), you'll see the whole label:

2020-04-24_17h35_00.png

mattdarwin May 5, 2020

thanks for your suggestion.  I tried that macro, and it looked even worse:

Screen Shot 2020-05-05 at 11.11.04.png

Natalie Paramonova _Stiltsoft_
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.
May 5, 2020

Hi @mattdarwin ,

For a better view, you can try to split the column and display issue summaries as a description on the bars:

1. Use the following macro combination:

2020-05-05_16h00_24.png

2. Try the following SQL query:

SELECT T1.'Task'->split(" - ")->0 AS 'Task',
T1.'Task'->split(" - ")->1 AS 'Description',
T1.'Start date',
T1.'End date',
T1.'Completed'
FROM T*

2020-05-05_16h00_44.png

3. Configure the Chart from Table macro:

2020-05-05_15h59_42.png

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events