@@ -387,7 +387,7 @@ public class IssuesApi extends AbstractApi implements Constants {
...
@@ -387,7 +387,7 @@ public class IssuesApi extends AbstractApi implements Constants {
* Create an issue for the project.
* Create an issue for the project.
*
*
* <pre><code>GitLab Endpoint: POST /projects/:id/issues</code></pre>
* <pre><code>GitLab Endpoint: POST /projects/:id/issues</code></pre>
*
*
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param title the title of an issue, required
* @param title the title of an issue, required
* @param description the description of an issue, optional
* @param description the description of an issue, optional
...
@@ -412,9 +412,9 @@ public class IssuesApi extends AbstractApi implements Constants {
...
@@ -412,9 +412,9 @@ public class IssuesApi extends AbstractApi implements Constants {
* @param labels comma-separated label names for an issue, optional
* @param labels comma-separated label names for an issue, optional
* @param createdAt the date the issue was created at, optional
* @param createdAt the date the issue was created at, optional
* @param dueDate the due date, optional
* @param dueDate the due date, optional
* @param mergeRequestToResolveId the IID of a merge request in which to resolve all issues. This will fill the issue with a default
* @param mergeRequestToResolveId the IID of a merge request in which to resolve all issues. This will fill the issue with a default
* description and mark all discussions as resolved. When passing a description or title, these values will take precedence over the default values. Optional
* description and mark all discussions as resolved. When passing a description or title, these values will take precedence over the default values. Optional
* @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.
* @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.
* Use in combination with merge_request_to_resolve_discussions_of. Optional
* Use in combination with merge_request_to_resolve_discussions_of. Optional
* @return an instance of Issue
* @return an instance of Issue
* @throws GitLabApiException if any exception occurs
* @throws GitLabApiException if any exception occurs
...
@@ -434,7 +434,7 @@ public class IssuesApi extends AbstractApi implements Constants {
...
@@ -434,7 +434,7 @@ public class IssuesApi extends AbstractApi implements Constants {