Hello,
we are using the news tasks feature from Confluence 4.3 quite intensively.
On the other hand sometimes the project manager wants to have on overview of alle tasks within a space/global.
Is there a way to list all task, e.g. by creating a user macro?
I only found this Object: but I don t know if and how it can be used.
thanks
Philipp
Finally I found an elegant way to show the personal tasks of the logged-in user:
The content of the task-menu is a iframe: so this can also be used within a page with the help of iframe macro (you have to install it before).
I created a User-macro: my-tasks with this content.
## @noparams <ac:macro ac:name="iframe">
<ac:parameter ac:name="src">/plugins/servlet/notifications-miniview/notification</ac:parameter>
<ac:parameter ac:name="width">600</ac:parameter>
<ac:parameter ac:name="height">400</ac:parameter>
<ac:parameter ac:name="id">inlineTasks</ac:parameter>
</ac:macro>
Philipp,
You can use the SQL plugin to display the results on a Confluence page, otherwise you will only get the results on your database management tool.
Sorry, I'm not sure what you mean by "restrictions would be ignored". Do you mean page restrictions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I meant "page restrictions"
So users could be confused if they put a task on a restriced page which is then shown in the public list.
But maybe I misunderstood it and tasks do not depend on page-restrictions at all?
Philipp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Finally I found an elegant way to show the personal tasks of the logged-in user:
The content of the task-menu is a iframe: so this can also be used within a page with the help of iframe macro (you have to install it before).
I created a User-macro: my-tasks with this content.
## @noparams <ac:macro ac:name="iframe">
<ac:parameter ac:name="src">/plugins/servlet/notifications-miniview/notification</ac:parameter>
<ac:parameter ac:name="width">600</ac:parameter>
<ac:parameter ac:name="height">400</ac:parameter>
<ac:parameter ac:name="id">inlineTasks</ac:parameter>
</ac:macro>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Philippe,
The tasks are stored in ao_***_aotask in your database. You can do a simple (replace the *** with the correct value from your db):
This should list all tasks within your instance. In the GLOBAL_ID column you will find from which space/page the task belong to, as well as the owner of the task (USER column).
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alyson,
so I would need the SQL plugin to integrate this into a macro, right?
In this case the restrictions would be ignored, right?
I have to think about it!
Thank you very much.
Philipp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.