You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/09 01:50:51 UTC

[GitHub] [incubator-devlake] narrowizard opened a new issue, #2136: [Bug] [jira] issues.spent_minutes is with wrong value

narrowizard opened a new issue, #2136:
URL: https://github.com/apache/incubator-devlake/issues/2136

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   issues.spent_minutes seems calculated by `issue.AggregateEstimateMinutes - issue.RemainingEstimateMinutes`.  
   But in jira, value of issue.RemainingEstimateMinutes is not as expected as `issue.AggregateEstimateMinutes - time user has recorded`.  
   Good news is that there is a `timespent` field directly returned by jira api. We can use it.
   
   ### What you expected to happen
   
   issues.spent_minutes should represent sum of worklogs user has recorded.
   
   ### How to reproduce
   
   To collect jira's data has time estimate and worklog recorded. 
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] mindlesscloud closed issue #2136: [Bug] [jira] issues.spent_minutes is with wrong value

Posted by GitBox <gi...@apache.org>.
mindlesscloud closed issue #2136: [Bug] [jira] issues.spent_minutes is with wrong value
URL: https://github.com/apache/incubator-devlake/issues/2136


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org