In a Confluence page, I have a Jira Chart using that JQL search
project = "Jiraboardname" and "Epic Link" = Jiraboardname-1 or "Epic Link" = Jiraboardname-2 or "Epic Link" = Jiraboardname-3
Display options are
XAxis: Status
YAxis: Epic Link
So the table displays 3 lines corresponding to each Jiraboardname 1, 2 and 3 and in column the statuses and number of tasks per statuses and epic.
I would like to retrieve the numbers in the table to multiply them by a fixed value.
Example:
In my table, Jiraboardname-1 has 9 tasks in Backlog status.
Task estimate for Jiraboardname-1 tasks is 5 hours.
So I would like to have a line in my Confluence page where I retrieve 9 and multiply it by 5.
Is this doable?