summaryrefslogtreecommitdiffstats
path: root/integrations/api_issue_tracked_time_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix tracked time issues (#11349)65432020-05-091-3/+3
| | | | | | | | | * Fix nil exeption: #11313 * fix 500 * activate test 😆 * move logic
* times Add filters (#9373)65432020-01-081-0/+12
| | | | | | | | | (extend #9200) * add query param for GET functions (created Bevore & after) * add test * generalize func GetQueryBeforeSince Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* [API] Extend times API (#9200)65432019-12-271-0/+109
Extensively extend the times API. close #8833; close #8513; close #8559