Skip to content Skip to sidebar Skip to footer

Gitlab Api - Create Issue Quietly?

I'm using the gitlab python api to create issues, however as we are importing them from an excel sheet, it generates ton's of emails, is there a way to silently create an issue?

Solution 1:

It's not currently possible - there's no publicly-documented option in GitLab's API Reference for Project Issue Creation that allows for this type of functionality.

You may consider raising a feature request in their issue tracker for this.

Post a Comment for "Gitlab Api - Create Issue Quietly?"