Hi,
As an intern I've been asked to set up a Confluence space for a project in my company.
When publishing a jira report from the confluence template I get an error message in the place of the pie charts :
java.lang.IllegalArgumentException: parameter value cannot be null
However issues number macro on this template work fine. And the pie chart works if I fill the request manually.
After looking to these pie charts that don't work, I've seen that the request is filled with :
summary ~ "undefined" OR description ~ "undefined"
instead of the request I've written in the dialog when creating the page.
Are we supposed to fill each request in each macro manually ?
Edit : I've noticed some bugs may be due to bad translation from french.
I met this problem, too. But the cause of problem is stupid, I used
<ac:parameter ac:name="jqlQuery">%s</ac:parameter>
in confluence's storage format, while it should be
<ac:parameter ac:name="jql">%s</ac:parameter>
.
I also have this same problem. Jira version 8.11.0 Confluence version 7.6.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For now, until a proper fix is available, a simple work-around is to edit each chart, removing the invalid JQL, replacing it with something like Project=<YourProjectName> That was a fairly painless thing to do that was easy enough to implement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.