Call Plugin from pocket query

Joao Flavio Mendonca September 5, 2017

Hello All I am trying to call the Tasklist plugin from a pocket query template. however I dont have any idea of how to do it.

I am trying to use the Velocity to call such plugin but it is not working.

The code that I am using can be seen below:

<table class="aui confluenceTable pocketquery-table">
<thead>
<tr>
#foreach ($column in $columns)
<th>$!column</th>
<th>Checked</th>
#end
</tr>
</thead>

<tbody>
#foreach ($row in $result)
<tr>
#foreach ($column in $row)
<td>$!column</td>
<td>$action.helper.renderConfluenceMacro("{inline-task}")</td>


#end
</tr>
#end
</tbody>
</table>

 

The error message is:

Unknow macro: {inline-macro}

What is the name of this plugin?

Can I call it from pocket query template?

How can I send some parameters to this plugin like user username?

 

Thanks a lot in advance

Regards

Joao Flavio

1 comment

Sven Schatter _Lively Apps_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
December 11, 2017

Hey Joao,

sorry that you didn't receive an answer yet. We have basically moved our support to our service desk for PocketQuery.

Have you already tried the other way to render macros, mentionend in the documentation?

Should this still be a problem for you, please don't hesitate to raise a ticket at our service desk.

Thank you for using PocketQuery!

Best regards,
Sven (Scandio)

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events