Hi All,
I am trying to create a new issue record via Salesforce using the API. but I am not sure about what are the request parameters for GitLab to create issue records or what are the required fields.
The New issue documentation describes to REST API endpoint to create a new issue.
There are only two required parameters, the project id and the issue title.
All the information needed to make the New issue REST API call is right there.
If you need basic information about the GitLab Rest API you can find that at https://docs.gitlab.com/ee/api/.
I can’t help you with the Salesforce side though.