-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get projects marked for deletion #3443
Comments
Where do you see this in the docs for the all projects query? https://docs.gitlab.com/ee/api/projects.html#list-all-projects |
Sorry for the confusion. You're right, it doesn't seem to be supported yet. I'll continue filtering on the client side for now:
|
I have introduced issues to request this for groups and projects: |
Ill will keep this issue open for better tracking! |
I updated the types on the ProjectSchema, but am awaiting the results of those two issues to update options schema |
The first one has been sorted, the last one is still opened |
Seems to also be done, but we have a duplicate. The other case is: https://gitlab.com/gitlab-org/gitlab/-/issues/463939. Ill add the options ASAP and close this. |
🚀 Issue was released in |
Description
I would like to be able to list projects that have been marked for deletion
Proposal
marked_for_deletion_on
property toProjectSchema
markedForDeletion: boolean
toAllProjectsOptions
markedForDeletion: boolean
toAllGroupsOptions
Checklist
The text was updated successfully, but these errors were encountered: