diff --git a/src/Jira/Api.php b/src/Jira/Api.php index 81cd652..ee592d3 100644 --- a/src/Jira/Api.php +++ b/src/Jira/Api.php @@ -240,7 +240,7 @@ public function getProject($project_key) */ public function getRoles($project_key) { - return $this->api(self::REQUEST_GET, sprintf('/rest/api/2/project/%s/roles', $project_key), array(), true); + return $this->api(self::REQUEST_GET, sprintf('/rest/api/2/project/%s/role', $project_key), array(), true); } /**