jira issues macro
Justin Obara
obara.justin at gmail.com
Fri Sep 20 14:35:09 UTC 2013
The instance of confluence we are using for the fluid wiki comes with a built in jira macro. While it seems to display properly in the wiki, the macro is not fully functional in edit mode. You cannot use the gui to edit it. However you can use the wiki markup syntax to create it.
See the wiki markup for the JIRA Issues macro for a full set of options.
Show a single Issue:
{jira:FLUID-XXXX}
Show a set of Issues:
Use JQL syntax, which can also be seen and used in jira's advanced search.
Default view
{jira: project = FLUID AND resolution = Unresolved ORDER BY priority DESC}
Interactive view
{jira: project = FLUID AND resolution = Unresolved ORDER BY priority DESC|renderMode=dynamic}
Only shows the number of issues
{jira: project = FLUID AND resolution = Unresolved ORDER BY priority DESC|count=true}
Thanks
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.idrc.ocad.ca/pipermail/fluid-work/attachments/20130920/0b703642/attachment.htm>
More information about the fluid-work
mailing list