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
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)
Join the discussion on interview best practices and common pitfalls. Share your experiences and learn from others in the Atlassian Community.
Share you experiences!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.