Hi,
I'm trying to add Jira Chart macro to my confluence page via API.
When I try to add manually it works fine and the chart displays as expected but via API, it shows com.atlassian.sal.api.net.ResponseException: Can not retrieve jira chart image.
Documentation says that jira charts can't be added via wiki markup.
below is my storage format
<ac:structured-macro ac:name="jirachart">
<ac:parameter ac:name="chartType">pie</ac:parameter>
<ac:parameter ac:name="statType">reporter</ac:parameter>
<ac:parameter ac:name="showinfor">true</ac:parameter>
<ac:parameter ac:name="jql">"project in (ENG1 , ENG2) AND resolution is EMPTY AND issuetype = Bug AND statusCategory != Done"</ac:parameter>
<ac:parameter ac:name="serverId”>{server-id}/ac:parameter>
<ac:parameter ac:name="isAuthenticated">true</ac:parameter>
</ac:structured-macro>
A widely applied and suggested solution on this platform is to check cache folder for JIRA, but my question is, if there's a problem with Jira Caches folder, why the macro is working manually ?
Can someone please provide me with urgent help.
Follow these methods
Let me know if it works
Thanks
It worked. Thanks!
There was actually encoding error with my JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you get the Python API to give you storage format output? I seem to get html format??
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.
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.