I'm developing a Gantt Chart in Confluence, based on project plans, dates, etc. I'd like to include real-time JIRA data as well. I know how to display a JIRA chart in Confluence, but instead I just want to pull out "percent-complete" out of a JIRA project (based on number of issues completed vs remaining, or maybe story-points completed vs. the total in the sprint). Is there anyway to query a "number" like this from JIRA, which would then show up in a cell in my table and be rendered into the Gantt chart?
Hello James,
Posting the answer here for other users. Chart from Table macro provided by Table Filter and Charts add-on solves the problem.
Hi James,
You can use JQL to return a number in the JIRA Issue/Filter macro, then set the Display Options > Display As to the Total issue count radio button. However, this will only work for "number of results", but you could use one macro for "number of issues set to done" and one macro for "number of issues set to not done" and use the charting functionality to perform a calculation/visualisation on those 2 numbers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the suggestion, but when I use the JIRA issue/filter macro and set it to display "total issue count", it still displays it as a macro:
issues.png
Trying to use that in a chart gives the error "'Getting issues...' could not be converted to number." Looks like the chart is rendering the table before the JIRA macro can return the number. However, I'm not sure that the macro output could be interpreted as a number anyway. I might have to manually set the percent (based on JIRA macro output)...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.