Skip to content

Commit

Permalink
- The creation of issues was added
Browse files Browse the repository at this point in the history
  • Loading branch information
doishub committed Feb 13, 2023
1 parent fa32f0c commit 017b138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/Issue.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ public function attachments($issueId): array
/**
* Creates a new issue.
*/
public function create(): array
public function create(array $parameter): array
{
// ToDo: https://www.jetbrains.com/help/youtrack/devportal/api-howto-create-issue.html#step-by-step
return $this->post("issues", $parameter);
}

/**
Expand Down

0 comments on commit 017b138

Please sign in to comment.