@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | $jqlQuery = "project=$projectKey"; |
214 | 214 | // $jqlQuery = urlencode("project=$projectKey"); |
215 | 215 | // $jqlQuery = urlencode("project=$projectKey ORDER BY updated DESC"); |
216 | - $endpoint = '/rest/api/2/search?jql=' . $jqlQuery. '&startAt=' . $startat; |
|
216 | + $endpoint = '/rest/api/2/search?jql=' . $jqlQuery . '&startAt=' . $startat; |
|
217 | 217 | $result = $this->makeJiraRequest($endpoint, [], 'GET'); |
218 | 218 | |
219 | 219 | if (empty($result['issues'])) { |
@@ -432,7 +432,7 @@ discard block |
||
432 | 432 | list($projectKey, $issueId) = explode('-', $data['issue']['key']); |
433 | 433 | |
434 | 434 | if (!in_array($projectKey, $projects)) { |
435 | - return new RequestResult(202,'Project ' . $projectKey . ' is not handled by this wiki.'); |
|
435 | + return new RequestResult(202, 'Project ' . $projectKey . ' is not handled by this wiki.'); |
|
436 | 436 | } |
437 | 437 | |
438 | 438 | return true; |