dolibarr/htdocs/ticket
Pichinov-Jose 6049574af7
Ticket API: allow postNewMessage to target ticket by id or ref (#39360)
POST /tickets/newmessage could only reach a ticket via its track_id
(fetch was hardcoded to id=0). This resolves the ticket by id, then ref,
then track_id (kept as fallback), so integrations that store the Dolibarr
ticket id can append messages without knowing the track_id.
2026-08-04 18:36:51 +02:00
..
class Ticket API: allow postNewMessage to target ticket by id or ref (#39360) 2026-08-04 18:36:51 +02:00
img
stats clean code (#38265) 2026-05-18 02:43:24 +02:00
tpl NEW Display thirdparty name with ref in linked objects for all document types (#37906) 2026-04-19 15:59:45 +02:00
agenda.php NEW printObjectRightToolbar hook on object event pages (propal, ticket) + modulebuilder (#39348) 2026-08-02 00:11:28 +02:00
card.php Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-06-22 13:31:11 +02:00
contact.php FIX: Translate French code comments to English in user, ticket, modulebuilder and compta modules 2026-06-28 09:42:08 +02:00
document.php Picto for shared doc 2026-03-12 17:11:05 +01:00
index.php Fix option to set max short list 2026-07-04 13:33:17 +02:00
list.php Debug v24 2026-07-03 15:53:01 +02:00
messaging.php NEW printObjectRightToolbar hook on object event pages (propal, ticket) + modulebuilder (#39348) 2026-08-02 00:11:28 +02:00
note.php Add custom tpl to note (#38437) 2026-05-26 16:02:36 +02:00
README.md

Ticket module

An issue tracker that provides a delicate balance between simplicity and power and complete integration with the other modules. Offer your customers an easy to use interface to report and follow status of their issue. Manage your issues from your backoffice.

By enabling the Email Collector module, you can also having your ticket created automatically from input emails.