Ticket
Create a tracker ticket
Create a tracker ticket in a project. When customerEmail is set, the customer is added as the first upvoter (upvotes: [{ email, name }], upvotesCount: 1) and their session (source ticket's session, else resolved by email) becomes the ticket's creator session — used for feature requests where the originating customer should own the request like a portal-submitted one.
post/tickets/tracker-tickets
Headers
projectstring required
Request body
Response
Ok
{"stackTrail":"paths:/tickets/tracker-tickets:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 20 revisions of this API.2
- ○
added the new optional request property
createdByAgentnew-optional-request-property
- ○
added the new optional request property
skipDuplicateChecknew-optional-request-property
- ○