Comments on Task Manager Application
Last modified by Lucas Charpentier on 2023/09/04 00:13
Choose the export format from the list below:
Export as Portable Document Format (PDF) using the Web Browser
Export as HyperText Markup Language (HTML)
The task manager application fails in case of running in a xwiki farm
#set ($list = $xwiki.searchDocuments(",BaseObject as obj, IntegerProperty as prop where doc.fullName=obj.name and obj.className='TasksCode.IssueClass'
and obj.id=prop.id.id
and prop.id.name='id'
and prop.id.value > 0
order by prop.id.value desc
", 0, 0))
#foreach ($item in $list)
#set($id = $id + 1)
#set($taskdoc = $xwiki.getDocument($item))
#set($classname = "TasksCode.IssueClass")
#set($ok = $taskdoc.use("$classname")) #end
#if($request.page)
#set($pagedoc = $xwiki.getDocument($!request.page))
$response.sendRedirect($xwiki.getURL("${pagedoc.space}.${pagedoc.name}Task${id}","inline","page=${request.page}&id=${id}&template=TasksCode.TasksClassTemplate"))
#else
$response.sendRedirect($xwiki.getURL("Tasks.Task${id}","inline","page=Tasks.WebHome&id=${id}&template=TasksCode.TasksClassTemplate"))
#end
How can i use the E-Mail notification? It doesnt work under XWiki 2.2.
Thilo, please use the XWiki mailing list for asking questions.
This is nice. Just installed on 3.0. A bit buggy. Also a question.
I know there is a "Page Tasks" panel chunk you can add to a space / page panel.. However I'm wondering if there is a way to grab the tasks for a given Site and list them before the comments pane?
Stuff that was/is buggy in xwiki-3.0 use of this:
Small icon in the column heading on the bin/view/Tasks/ listing page does not show, just broken image box. Comments for a task are getting doubled up and unable to remove either one.
My thoughts:
Turning this into a Project / Task type extention where you can create a project then assign tasks
Also adding some sort of stats hook to get info on what projects are there and "sub" tasks that have been completed / proj etc..
AHHHG.. just realized that I over wrote some macro / formatting when importing the xar..
yuck.. now trying to unwind what the xar overwrote.
Still like the idea.. just not ported forward to 3 I guess..
Found a bogus on code per tests I made during customizing status...
Editing https://.../xwiki6/bin/view/TaskManager/TaskManagerClass
For status field custom display probably should be
TaskManager.TaskManagerClass_status_
You have a different string, so the localizer fails.
I believe is something like TaskManager.StatusClass_status_
Also for Due Date also starts with a strange value in the past... didn't understand yet.
I do not have time to get full descritption, but I have to contrib for all.
Tahnks!
Hi all, I've just install your extension on xWiki 7.3 and it looks like there's a problem with the description field when adding a task. The field isn't showing so I can't add a description. Do you have any clue on that?
How can I adapt this application to exist in different parts of my tree where different people have access?
I'm having some issues figuring out how I'd implement this extension for multiple teams within the same xwiki-installation so everyone can only see their teams and their own tasks.
I'd rather not create multiple wikis to get this working since that would disturb the current structure of things.
Currently running Xwiki 10.0
Hi Patrik
I have the same questionwould be happy if got the solution and could share your experience on how you solved it.How can I access the administration section where I can add projects? I just can't find the link.
In order to configure the Task Manager application (including Projects, but also the Status and Priority) you should go to the XWiki Global Administration > Other > Task Manager the same query I had and got this reply from the Xwiki support. It works.
It seems that this annoying bug still exists on latest version also : https://jira.xwiki.org/browse/TASKMAN-68 .
Hello everyone, I am working on a cloud standard wiki 11.3.6 version, and I can't install the task manager application. I am trying to install the app from: global administration> extensions> all extensions> search extensions. Can you help me? I've seen that the manager extension must be installed, but I can't find it in the search engine either.
How can I add an Archive status and not display it in the livetable? Or maybe better, have status as type multilist and default select all other statuses?
Since the update v2.5 the Task Manager Application isn´t visible in the application sidebar anymore. Does anyone else have this problem?