kriskbx / gitlab-time-tracker

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

--exclude_labels and --exclude_by_labels options ignored #110

Open agryaznov opened 4 years ago

agryaznov commented 4 years ago

Hi there. While the --include_by_labels option works pretty fine (takes only issues with specified label to the report), the opposite option --exclude_by_labels does not work - it just takes the task with the label into report. Same thing with --exclude_labels.

ndu2 commented 2 years ago

Hi all I did not see a exclude option in the GitLab API [1]. You can try this workaround [2].

Best ndu

[1] https://docs.gitlab.com/ee/api/issues.html [2] https://github.com/ndu2/gitlab-time-tracker/tree/excludeByLabels