How the supplier will post tasklist data to reporting plugin?
I have seen the code for the tracking plug-in but it is quite tough to understand the flow.
Even I have set up with the project specification as it is maintioned in Supplier Library
Supplier
But still I m not clear how and which supplier will talk to the class I m crating. what is the exact flow that confluence expect.
I would like to read task assigned to user by {tasklist} macro.
If tasklist macro assigns task to shweta I'm interested in showing all tasks assign to shweta. in tabluar form.
Can you will help me out with the pseudo code.
I need to develop this and this may help me to better understand confluence.
Even I have set up with the project specification as it is maintioned in Supplier Library
Supplier
But still I m not clear how and which supplier will talk to the class I m crating. what is the exact flow that confluence expect.
I would like to read task assigned to user by {tasklist} macro.
If tasklist macro assigns task to shweta I'm interested in showing all tasks assign to shweta. in tabluar form.
Can you will help me out with the pseudo code.
I need to develop this and this may help me to better understand confluence.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?While building Supplier classes is fairly simple, figuring out the data model is less so :)
I guess the best way to start is figuring out what 'data objects' there are. In this case I'm guessing there is are multiple task lists, and each list has multiple items, right? In that case, you will probably need at minimum two suppliers, one called 'tasklist' to return the list of items for a named tasklist, and one for each 'task', which lets you access 'CreatedDate', 'Assignee', etc.
I've spent some time writing a simple implementation. I'll work on making it public shortly.
Loading Profile...



EMPLOYEE