infodev:ticket-set-status( $ticket-id as xs:string, $status as xs:string ) as empty-sequence()
[DEPRECATED] This function sets the status of the specified ticket.
xquery version "1.0-ml"; import module namespace infodev = "http://marklogic.com/appservices/infostudio/dev" at "/MarkLogic/appservices/infostudio/infodev.xqy"; infodev:ticket-set-status("/tickets/ticket/13580249356496860619", "active") (: Sets the status of the specified ticket to "active." :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.