Reputation: 256
We would like to configure JIRA so it will automatically calculate time spent for each task based on how long it stays in status (field) «In progress». Does anybody know how we can achieve this?)
Upvotes: 0
Views: 830
Reputation: 965
This can not be done just with jira config options. You need a plugin, i.e Time in status, or a script for getting the information you need by code.
If you choose the coding way, you have to use ChangeHistoryManager class and WorklogManager class.
If you need help using this class let us know.
regards
Upvotes: 2