Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

108
votes
22answers
47k views

Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop?

Background I am a one-man freelancer looking for a project management software that can provide the following requirements. I have used Trac for about a year now. Tried Redmine and FogBugz on Demand ...
8
votes
10answers
2k views

Best way to track time spent working on a project as a consultant on many projects? [closed]

I have been a consultant for many years now and find myself crossing the barriers of being at client A while working on client B...then taking part in a meeting over the phone for client C, etc. I ...
8
votes
8answers
2k views

Best commandline time tracking application?

I'm looking for something that runs in a terminal and allows me to track time. I'd like it to be open source but that isn't necessary. Most time tracking apps I've found are either web or gui based ...
7
votes
18answers
3k views

Free Time Tracking Web Application

Are you aware of any good time tracking web application (hosted, download) that is free or open source? I am looking for something to track the time I spend on projects and bug fixes. I am already ...
5
votes
2answers
247 views

Tracking How Much Time I Spend Programming (in Linux, specifically Emacs)

I'm looking for a way to automatically track development time as this question asks exactly, but I would specifically like to do it in Linux (Ubuntu). My IDE of choice is Emacs, so perhaps there's an ...
4
votes
2answers
287 views

Project Management System Script, With SVN, Issue and Time-Sheet Tracking

Hi I run a small IT business and I am a startup. I am looking for a free or open source script to be hosted in Web in my domain that can do the following. Project Planning, Scheduling & ...
3
votes
3answers
1k views

Visual Studio Time Tracking Plugin

Is there a plug-in for Visual Studio that will track time spent on a project as well as the files being worked on? It would be really useful to be able to generate a report each day with the ...
2
votes
2answers
26 views

how to track your time spent debugging in vs 2010?

Is there a plug-in for Visual Studio 2010 that automatically tracks your time spent debugging ? I found a tool called "VSTime Beta", but it's designed to work with VS 2008.
2
votes
0answers
409 views

Google Chart APIs for plotting data in local machine

Preface: I am a system programmer (who has just started his career as a S/W Engineer), so not very good @ web scripting languages, though I have just started learning them. Problem Synopsis: I ...
1
vote
4answers
34 views

Time Tracking Graph is not displayed in Issue View

When I open an issue, I don't see time tracking section (mentioned here. We are using JIRA (v4.3.4). Are there some settings which needs to be turned on for this? I have the 'Original Estimate' field ...
1
vote
0answers
68 views

Problem with Redmine time tracker

I installed a time tracker plugin for Redmine (http://www.redmine.org/plugins/redmine_time_tracker). I've run all the procedures, all the DB tables are created, all the files are copied, but not all ...
1
vote
1answer
166 views

Track time spent editing various source files

Is there a good tool out there that can track how much (idle / non-idle) time you've spent editing each source file? Open to looking into alternative editors, editor plugins or separate apps and ...
1
vote
2answers
178 views

Time Tracking+Git: measuring effort per commit

I want to measure how much time i spend per each commit and i want a simple time accounting system that would use Git VCS. Basically this comes down to two functions: log that i've started to work ...
1
vote
2answers
339 views

Time tracking solution for Windows / Eclipse PHP

After seeing this movie and the introduction to Lapsus (http://synapticmishap.co.uk/synapticmishap/lapsuspromo/) I really felt that I had missed this feature in my own daily work. Are there any time ...
1
vote
1answer
98 views

Time tracking from within an IDE

I would like to track how much time is spent on each project within my IDE. For as long as I've been developing, I've used a standalone application or even a web application. I would like it to tie ...
1
vote
1answer
262 views

Get number of added hours in Trac's Estimation and Time Tracking plugins

We are using Estimation and Time Tracking plugin for Trac. I want to create the query that would show all additions of hours to tickets (As in Add Hours to Ticket). Let's say we have developers: ...
1
vote
2answers
403 views

Are there any pre-built Javascripts for checking keyboard/mouse activity?

I need a Javascript which monitors keyboard and mouse events to track how much time a user spends on the page. Specifically, actively using the page by typing, or moving/clicking with the mouse. ...
0
votes
1answer
21 views

Is there a standard for storing time tracking data

Is there any kind of standard or common format for storing and exchanging time tracking data such as a common XML spec? By time tracking data, I mean data that might be recorded in time keeping ...
0
votes
1answer
86 views

Using mylyn outside eclipse - task management/time tracking tool

I left Eclipse over two year ago in favor of Jetbrains products (PhpStorm and RubyMine). The only feature I miss from Eclipse is Mylyn. Until now I use it only for convenience in organizing things, ...
0
votes
0answers
182 views

How to view total accumulated time on issues in Redmine? [closed]

Possible Duplicate: Redmine - Add “Spent Time” Field to Issues Display We're relatively new users of Redmine (Redmine 1.1.2.stable MySQL), having used Fogbugz and VersionOne ...
0
votes
2answers
51 views

Track time of external Framebuster Form

I wanted to track how long users take to fill in a external Form. I tried to load the external Form within an Iframe and track the time of the wrapper page using body.onload and body.onunload. But ...
0
votes
1answer
125 views

Tracking non-idle time spent on active tab in Google Chrome for a given domain

I've never done any Chrome extension development for, but I'd like to monitor how long a certain tab is active showing a page originating from a given domain. Where should I start? And perhaps there ...