You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <pre><code>GitLab Endpoint: POST /projects/:id/issues</code></pre>
432
+
*
433
+
* @param projectIdOrPath the project in the form of an Long(ID), String(path), or Project instance
434
+
* @param title the issue title of an issue, required
435
+
* @param description the description of an issue, optional
436
+
* @param confidential set the issue to be confidential, default is false, optional
437
+
* @param assigneeIds the IDs of the users to assign issue, optional
438
+
* @param milestoneId the ID of a milestone to assign issue, optional
439
+
* @param labels comma-separated label names for an issue, optional
440
+
* @param createdAt the date the issue was created at, optional
441
+
* @param dueDate the due date, optional
442
+
* @param mergeRequestToResolveId the IID of a merge request in which to resolve all issues. This will fill the issue with a default
443
+
* description and mark all discussions as resolved. When passing a description or title, these values will take precedence over the default values. Optional
444
+
* @param discussionToResolveId the ID of a discussion to resolve. This will fill in the issue with a default description and mark the discussion as resolved.
445
+
* Use in combination with merge_request_to_resolve_discussions_of. Optional
446
+
* @param iterationTitle the iteration title of an issue, optional
447
+
* @return an instance of Issue
448
+
* @throws GitLabApiException if any exception occurs
0 commit comments