kriskbx / gitlab-time-tracker

🦊🕘 A command line interface for GitLab's time tracking feature.
GNU General Public License v2.0
458 stars 82 forks source link

issue data does not have "closed" property #85

Closed hkmoon closed 5 years ago

hkmoon commented 5 years ago

gitlab api does not have closed property in the json data. state property contains either closed or opened value instead. Please, refer https://docs.gitlab.com/ee/api/issues.html

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 65.979% when pulling d74a8afc21028f4f2074224a02192f09dda3d14d on hkmoon:master into 5bee6a7d1ce41f8dda1357d7bc9b96ae80d6345b on kriskbx:master.

kriskbx commented 5 years ago

You're right. There must have been a change in the last couple of months that I missed. Thanks a lot for pointing this out and fixing it.

hkmoon commented 5 years ago

Thanks a lot for a quick merge as well as your wonderful library!

kriskbx commented 5 years ago

You're welcome <3