Home
last modified time | relevance | path

Searched refs:ticketId (Results 1 – 4 of 4) sorted by relevance

/plugin/ticketlinker/
Dsyntax.php57 $ticketId = substr($data[0], -1 * $this->getConf('ticketMaskLength'));
58 …a href="'.$this->getConf('cerberusUrl').$ticketId.'" target="_blank" title="Ticket #'.$ticketId.'"…
/plugin/actickets/
Dscript.js22 ticket.ticketId = matches[2];
28 if (req.ticketId == ticket.ticketId && req.projectId == ticket.projectId) {
35 ticketId: ticket.ticketId, property
68 + 'tickets[' + r + '][ticketId]=' + ticket.ticketId + '&';
84 && acticket.ticketId == ticket.ticket_id) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
DProvisioningConfig.php54 public $ticketId; variable in Google\\Service\\Baremetalsolution\\ProvisioningConfig
177 public function setTicketId($ticketId) argument
179 $this->ticketId = $ticketId;
186 return $this->ticketId;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DTicketListener.php181 * @param mixed $ticketId
185 abstract protected function getTicketInfo($ticketId = null); argument
188 * @param string $ticketId
193 abstract protected function updateTicket($ticketId, $newStatus, $message, $resolution); argument