@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | { |
211 | 211 | $jqlQuery = "project=$projectKey"; |
212 | 212 | // $jqlQuery = urlencode("project=$projectKey ORDER BY updated DESC"); |
213 | - $endpoint = '/rest/api/2/search?jql=' . $jqlQuery. '&maxResults=50&startAt=' . $startat; |
|
213 | + $endpoint = '/rest/api/2/search?jql=' . $jqlQuery . '&maxResults=50&startAt=' . $startat; |
|
214 | 214 | $result = $this->makeJiraRequest($endpoint, [], 'GET'); |
215 | 215 | |
216 | 216 | if (empty($result['issues'])) { |
@@ -424,7 +424,7 @@ discard block |
||
424 | 424 | list($projectKey, $issueId) = explode('-', $data['issue']['key']); |
425 | 425 | |
426 | 426 | if (!in_array($projectKey, $projects)) { |
427 | - return new RequestResult(202,'Project ' . $projectKey . ' is not handled by this wiki.'); |
|
427 | + return new RequestResult(202, 'Project ' . $projectKey . ' is not handled by this wiki.'); |
|
428 | 428 | } |
429 | 429 | |
430 | 430 | return true; |