Hi all,
I would love to integrate a task report for the logged in user on top of the update stream (like the ad hoc workflow tasks).
In the comments of https://confluence.atlassian.com/display/DOC/Customising+the+Confluence+Dashboard there is a way you should be able to do this with global layout. But velocity is not my strongest discipline ...
Does anybody know how I would do that in conflunence 5.5.3?
Thanks for any hints on that.
Greetings
Reto E.
We have implemented it like follows:
<div class="dashboard-group right wiki-content"> $helper.renderConfluenceMacro("{mytasks}") <a href="http://confluence/plugins/inlinetasks/mytasks.action">Show all my tasks</a> <br></br> $helper.renderConfluenceMacro("{recently-updated-dashboard:showProfilePic=true}") </div>## right
Works, but:
Please read this comment on /DOC/Customising the Confluence Dashboard by Richard Smith.
It be massivly easier and sustainable to create page in Confluenece and then Include it in the Confluence GUI. What I don't know how to do is show the tasks of the current viewer of the dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since there is the tasks page in the user menu, I thougt there might be an easy way to include this function in the dashboard.
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.