Lines Matching refs:issueId
14 protected $issueId; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
38 * @param int $issueId The id of the issue, e.g. 42
42 private function __construct($serviceName, $projectKey, $issueId, $isMergeRequest) argument
44 if (empty($serviceName) || empty($projectKey) || empty($issueId) || !is_numeric($issueId)) {
48 $this->issueId = $issueId;
70 $issueId, argument
74 $issueHash = $serviceName . $projectKey . $issueId . '!' . $isMergeRequest;
76 … self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);
88 …$issue = $db->loadIssue($this->serviceID, $this->projectId, $this->issueId, $this->isMergeRequest);
108 return $this->projectId . $sep . $this->issueId;
184 return '!' . $this->issueId;
186 return $this->issueId;
427 …me = $this->projectId . $service::getProjectIssueSeparator($this->isMergeRequest) . $this->issueId;
446 'data-issueid' => $this->issueId,
460 return $service->getIssueURL($this->projectId, $this->issueId, $this->isMergeRequest);
639 $this->issueId,
660 $this->issueId,