mattermost-plugin-gitlab
mattermost-plugin-gitlab copied to clipboard
Assignments of archived projects in `/gitlab todo`
trafficstars
when using /gitlab todo command assignments for archived projects are included. The gitlab interface does not show these issues
to reproduce:
- create a repository
- create an issue
- assign yourself to the issue
- archive the project
the assigned issue should be removed in the gitlab UI, but is still part of the /gitlab todo output
a possible solution is to list down all the projects which are not archived using this and then filter the data from existing get todo api response, as it does not support any such filter directly.
@NeroBurner @levb @jespino any thought?
Closing due to inactivity. The issue can be reopened with more interest from our community.