Questions tagged [time-tracking]
94 questions
51
votes
9 answers
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 and there for take longer to enter data then I'd…

Jared
- 39,513
- 29
- 110
- 145
26
votes
4 answers
How to create a report in Jira of all the hours I've worked in a week
We use Jira ( plain jira, no greenhopper ) for project/task management and a separate system for time tracking.
How can I run a report to extract all the hours I have worked in the last week?

jeph perro
- 6,242
- 26
- 90
- 124
15
votes
5 answers
Track user time in completing a particular action in a website
I want to track how much time user is taking in completing a particular action (including server response time and render time(DOM related changes )) in website.
I have tried it in Angular framework. To do it, I am thinking of recording the time…

Himanshu Garg
- 151
- 6
13
votes
2 answers
Log work in JIRA
I'm creating a list of tools that help to log work in JIRA (apart from the worklog features provided in the JIRA interface itself).
Tools and utilities I found on the plugins.atlassian.com and googling around, are
Agile Plugin
Worklog…

Francis Martens
- 3,458
- 4
- 24
- 26
13
votes
3 answers
Time tracking in Visual Studio Online
Is there a way to measure time spent on a use case or a task in Visual Studio Online? I would like to keep everything in one place (Visual Studio Online would be the case) and from there to be able to generate reports, for instance monthly time…

Diana TM
- 133
- 1
- 1
- 4
13
votes
5 answers
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 projects worked on the files that were being worked would…

William Hurst
- 2,231
- 5
- 33
- 54
11
votes
9 answers
Time Tracking in Scrum
Note : Before asking this question I did an exhaustive search, and found little bits of the answer in various other questions, for example:
What is the best resource for
learning Scrum?
Scrum Process
Management - tips, pitfalls,
ideas
Two…

NateDSaint
- 1,524
- 2
- 16
- 35
8
votes
0 answers
How can I use org-mode to track time without repeating tasks?
I've been using org-mode for about a year now for task and time tracking. My main purpose is to be able manage the tasks (which are pending, which are done, when the work was done) as well as create a weekly report that summarizes my time.
I've…

AndyJ
- 1,204
- 3
- 14
- 28
6
votes
3 answers
How to calculate time on a specific screen user spend in react native
I'm trying to calculate time when user open a specific screen,When he enters in the screen the the time starts and when I exit from the screen the time stops and gives the time spend on the screen
here is my code:
componentDidMount = () => {
…

Zaid Qureshi
- 155
- 3
- 12
5
votes
1 answer
How to detect user inactivity in OS X writing in Swift Cocoa?
I have searched answers in stackoverflow and none of them matches my needs. I am creating time tracking app on Swift Cocoa macOS, like Hubstaff time tracking app. At the moment runs a timer and I want to detect user's inactivity after x period of…

Alexandru Vorojbit
- 73
- 5
5
votes
5 answers
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 on new part of functionality timegit start
view…

Alexey
- 9,197
- 5
- 64
- 76
5
votes
1 answer
Ubuntu 14.04 arbtt-stats index to large error
I've recently installed arbtt which seems to be an intersting, rule based, automatic time tracker. http://arbtt.nomeata.de/#what
I've got it working for the most part, but after 30 minutes or so of gathering stats, I end up with the following…

MMMTroy
- 1,256
- 1
- 11
- 20
4
votes
2 answers
How do I get real-time "timeonsite" parameter when integrating with timeonsitetracker.js API in web pages?
I integrated the JS timeonsite library timeonsitetracker.js in web page as given in document,