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

Add support for the 'due date' field of issues #66

Closed cgdobre closed 6 years ago

cgdobre commented 6 years ago

Added possibility to use the due date field of issues as a column in issue reports. Null is returned for issues that do not have a due date set.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 67.368% when pulling 6a2681326e49cd70cdeb25c24089ad6a1e1ff0ba on cgdobre:add-issue-due-date-field into 38c6b8eb8c53e5f88e8c81391d8efb4ba2e51a84 on kriskbx:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 67.368% when pulling 6a2681326e49cd70cdeb25c24089ad6a1e1ff0ba on cgdobre:add-issue-due-date-field into 38c6b8eb8c53e5f88e8c81391d8efb4ba2e51a84 on kriskbx:master.

kriskbx commented 6 years ago

AWESOME! Again: thank you so much for your contributions!

kriskbx commented 6 years ago

I just released version 1.7.27 which contains your contribution.