GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::SD::CLI::Model::Ticket(3) User Contributed Perl Documentation App::SD::CLI::Model::Ticket(3)

A convenience method that takes a content string and a ticket uuid and creates a new comment record, for use in other commands (such as ticket create and ticket update).

A string of text that goes in the comment denoting the beginning of immutable ticket metadata in a string representing a ticket.

Immutable ticket metadata includes things such as ticket id and creation date that are useful to display to the user when editing a ticket but are automatically assigned by sd and are not intended to be changed manually.

Creates a string representing a new record, prefilling default props and props specified on the command line. Intended to be presented to the user for editing using Prophet::CLI::TextEditorCommand-try_to_edit> and then parsed using "parse_record_template".

If RECORD is given, then we are updating that record rather than creating a new one, and the ticket string will be created from its props rather than prop defaults.

Takes a string containing a ticket record consisting of prop: value pairs followed by a separator, followed by an optional comment.

Returns a list of (hashref of prop => value pairs, string contents of comment) with props with false values filtered out.

2011-04-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.