You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2009/10/14 10:32:32 UTC

[jira] Resolved: (INFRA-2145) JIRA issues macro broken

     [ https://issues.apache.org/jira/browse/INFRA-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown resolved INFRA-2145.
------------------------------

    Resolution: Invalid
      Assignee: Don Brown

The problem is the jiraissues macro, by default, renders in a lazy way, returning initially a bit of JavaScript that will make an XmlHttpRequest call back to the server to get the data.  Obviously, this doesn't work for static exports, like this.  The solution is to use the "renderMode=static" argument to the jiraissues macro.  This will force the macro to render its contents immediately and therefore, the correct data will show up in the exports.

> JIRA issues macro broken
> ------------------------
>
>                 Key: INFRA-2145
>                 URL: https://issues.apache.org/jira/browse/INFRA-2145
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jeremy Bauer
>            Assignee: Don Brown
>            Priority: Blocker
>
> The OpenJPA project uses the swizzlejira and swizzlejiraissue macros extensively for project management activities on the Confluence wiki.  After the upgrade, these macros are no longer available.  Please install the macros on the new version of the wiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.