Hi there, Is there any documentation on how to create projects/issues/tasks using an API. Also what are the exact requirements that is required and how the output looks once it has been created.
Kind Regards
Hi there, Is there any documentation on how to create projects/issues/tasks using an API. Also what are the exact requirements that is required and how the output looks once it has been created.
Kind Regards
Yes, check the gitlab documentation:
Create project: Projects API | GitLab
for example. Then go through the API documentation and do the same for issues/tasks and searching for what you are trying to do - the docs explain how to use the API as well as show examples of how it’s output is formatted.
Thank you very much. I am still having issues with finding information about tasks in the documentation. Is it possible to create a task under an issue using the API?