gitlab-time-tracker icon indicating copy to clipboard operation
gitlab-time-tracker copied to clipboard

--exclude_labels and --exclude_by_labels options ignored

Open agryaznov opened this issue 5 years ago • 1 comments

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.

agryaznov avatar May 04 '20 16:05 agryaznov

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

ndu2 avatar Apr 08 '22 14:04 ndu2