Last active
January 22, 2020 01:13
-
-
Save amosfong/64b671516e80bea737ebbcdb259e4005 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TicketStructure | |
Add another field for scope (user or org)? | |
-name | |
-description | |
-structure (json) | |
-fields available | |
-field options available (based on conditions?) | |
-conditional fields | |
{ | |
TicketFields: [ | |
{ | |
ticketFieldId: 1111, | |
name: envOS, | |
validationRules: xxx, | |
displayRules: yyy, | |
phase: 1 | |
}, | |
{ | |
ticketFieldId: 1111, | |
name: envOS, | |
validationRules: xxx, | |
displayRules: yyy, | |
phase: 1 | |
options: [ | |
{ | |
optionId: 123, | |
displayRules: zzz | |
}, | |
{ | |
optionId: 456, | |
displayRules: alwaysShow | |
} | |
] | |
} | |
] | |
} | |
-Permissions | |
-Liferay | |
-Add Ticket | |
-View | |
-Add Comment | |
-Delete | |
-Yithro sub-permissions | |
-3 tiers/visibilities | |
-Customer | |
-Worker | |
-Admin | |
-None | |
-viewableBy | |
-specific fields updatableBy | |
Ticket | |
-Friendly URLs (servlet that routes to a portlet?) | |
-Search | |
-Dashboard | |
Support | |
-Add SLAs | |
-osgi extendable | |
-Routing (use Rules?) | |
Rules | |
-Business Rules | |
-Triggers (object created/updated/deleted) | |
-Conditions | |
-Actions | |
-Timed Events | |
Extensions | |
-Project based tickets (org connector) | |
-Offering based tickets (offering connector) | |
Done | |
-Ticket View | |
-Comments | |
-Links | |
-Attachments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment