Home
last modified time | relevance | path

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

/plugin/actickets/
H A Dscript.js22 ticket.ticketId = matches[2];
28 if (req.ticketId == ticket.ticketId && req.projectId == ticket.projectId) {
35 ticketId: ticket.ticketId, property in actickets.requests
68 + 'tickets[' + r + '][ticketId]=' + ticket.ticketId + '&';
84 && acticket.ticketId == ticket.ticket_id) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A 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/
H A 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