ID |
int4 |
10 |
|
√ |
null |
|
|
Ticket ID |
ownergroup |
int4 |
10 |
√ |
|
null |
|
groups.ID
|
fk_tickets_ownergroup C
|
|
Owner group ID (null =PUBLIC) |
creator |
int4 |
10 |
√ |
|
null |
|
users.ID
|
fk_tickets_creator N
|
|
Creator user ID (defaults to authenticated user on creation) |
assigneduser |
int4 |
10 |
√ |
|
null |
|
users.ID
|
fk_tickets_assigneduser N
|
|
Assigned user ID |
creationdate |
int8 |
19 |
|
|
date_part('epoch'::text, now()) |
|
|
Creation date and time as a Unix time stamp (defaults to current date and time on creation) |
lastmodified |
int8 |
19 |
|
|
date_part('epoch'::text, now()) |
|
|
Last modification date and time as a Unix time stamp (auto-reset on modification) |
account |
int4 |
10 |
√ |
|
null |
|
|
Account ID |
project |
int4 |
10 |
√ |
|
null |
|
|
Project ID |
visibility |
int2 |
5 |
|
|
0 |
|
|
Visibility (0 =REGULAR, 1 =ARCHIVED, 2 =DELETED) |
name |
text |
2147483647 |
|
|
null |
|
|
Name |
ticketnum |
text |
2147483647 |
|
|
''::text |
|
|
Ticket number |
date |
int8 |
19 |
|
|
date_part('epoch'::text, now()) |
|
|
Designated date and time as a Unix time stamp (defaults to current date and time on creation) |
duedate |
int8 |
19 |
√ |
|
null |
|
|
Due date and time as a Unix time stamp |
status |
int2 |
5 |
|
|
0 |
|
|
Status (0 =NOTSTARTED, 1 =AWAITINGACCEPTANCE, 2 =ACCEPTED, 3 =REJECTED, 4 =ACTIVE, 5 =INACTIVE, 6 =FEEDBACKREQUIRED, 7 =TESTING, 8 =CANCELLED, 9 =COMPLETED, 10 =FAILED, 11 =BOOKED) |
priority |
int2 |
5 |
|
|
2 |
|
|
Priority (0 =LOWEST, 1 =LOW, 2 =MEDIUM, 3 =HIGH, 4 =HIGHEST) |
description |
text |
2147483647 |
|
|
''::text |
|
|
Detailed general description |
billingitems |
json |
2147483647 |
√ |
|
null |
|
|
|
procurementitems |
json |
2147483647 |
√ |
|
null |
|
|
|