I just started using Mingle yesterday, and pretty much have our projects setup. However, our accountant is asking me how she can retrieve the developers hours for payroll as she did in our previous software.
Initially I was just thinking of doing a report which sum the actual effort of Support/Tasks/Defects for a given time period but that would only give me the total and technically wouldnt be correct. For instance if I need to generate a report for all hours spent from Jan15th, to Jan31st.. and Task A had 2 hrs spent on Jan14th, and 3hrs on Jan 15th. The sum would show 5 hrs for this task when in reality its only 3 hrs for the given time period. Is there any way to query the individual revisions and subtract them from prior revisions?
Or has anyone come up with a much nicer solution?
Comments
5 comments
Hi Travis,
Most of our customers have their own time tracking solutions in place, so it has been something we have not focused on. While time tracking is clearly not one of the things that Mingle was designed for, one of the practices that we have seen in place with a couple of our customers has been to use what they called an ‘effort’ card that they would associate with any of their work items when work was performed. The properties on the card were the date the work happened, the number of hours spent, and the individual team member. The name of the card contained a description of what work they did for their own reference.
One of these clients used a bit of javascript in the special header to prompt the user for the card number that they wanted to input time for, so that the association was created automatically.
Not sure if this type of solution works for you, but it worked fine for them. Glad to hear what others have done in this regard.
Adam,
We have a similar issue when updating cards where it would be nice to click on a special header link and input the card number and its assocaited card value and post it to the card without having to open the card.
Do you (anyone) have an example of Javascript for mingle
Does every javascript work in Mingle wiki pages or do i need a special format.
What is the format of URL to get the card properties or just use a GET?
Thanks
Russ
Russell
You may find our API documentation available here useful to you. This gives you details of how to get and update information about Mingle cards (amongst other things) via our api and may help you build a solution for updating card properties without the need to open the cards.
I hope this helps.
- Suzie
I guess the website has changed a bit, I see a reference to the API documentation and all the products mingle integrates with but I don't see the API document... it might be a little less obvious or something??
@Dave H: Sorry, yes, the URL has changed. You can find the API documentation here:
http://www.thoughtworks.com/products/docs/mingle/current/help/mingle_api.html
It's actually just part of the help documentation that is always available from within Mingle itself (via a link in the footer).
But your question highlighted something for me: that we should make the API doco more visible and accessible from our main website, as well. So, thanks!
Please sign in to leave a comment.