I'm trying to define the JIRA issue macro in storage format.
I've been able to get the macro to display but can't see the element I need to add to display as a single issue.
So far I have:
<ac:structured-macroac:name="jira"><ac:parameterac:name="columns">key</ac:parameter><ac:parameterac:name="jqlQuery">key = RO-123</ac:parameter></ac:structured-macro>
I think I need an extra element such as "display" but can't find it documented anywhere - something like.
<ac:parameterac:name="display">single</ac:parameter>
Many thanks,
Sam
Get rid of the jqlQuery parameter and put in this.
<ac:parameter ac:name="key">RO-123</ac:parameter>
Thanks so much! It's obvious when you know how!
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.