I want to create Requirements in GitLab using API calls but I didn’t find any documentation.
Any one know syntax for the POST Request
Assuming it’s available in the Rest API then you will find everything you need here: REST API resources | GitLab Docs
I don’t know what requirements you are wanting to create, so can’t help any more than that. You’ll have to check the documentation and Rest API endpoints to see what you can/cannot do.
I want to create Textual Requirements
Manually we can create Requirements under plan tab
But I want to create using APIs
GET projects/:id/issues? issue_type= requirements
I can see the requirement created in GitLab
But I cannot able to create same if I use POST request
POST projects/:id/issues?issue_type=requirements
It is creating by default issue but not requirement