Changes between Initial Version and Version 1 of pageone


Ignore:
Timestamp:
2018-08-08T21:42:50+02:00 (6 years ago)
Author:
Robert Bostedt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pageone

    v1 v1  
     1Some example code below:
     2
     3
     4'''[/wiki Start page]'''  - [/wiki/trust Trust] - [/wiki/maintenance Maintenance] - [/wiki/construction Construction] - [/wiki/household Household] - [/wiki/kitchen Kitchen] -  [/wiki/information Information] - [/wiki/garden Garden] - [/wiki/audiovisual Audio and visual] - [/wiki/finance Finance] - [/wiki/courseregistration Course- and registration] - [/wiki/centermanagement Center management][[BR]][[BR]][[BR]]
     5
     6== Recent activity ==
     7'''Recent activity among tickets I own or reported''':[[BR]] [[TicketQuery(reporter=$USER,or,owner=$USER,max=7,order=modified,desc=1)]]
     8
     9'''Recent activity among all other tickets'''
     10[[TicketQuery(max=7,owner!=$USER,reporter!=$USER,order=modified,desc=1)]]
     11[[BR]]
     12
     13== All my tickes (action points) ==
     14[[TicketQuery(owner=$USER,status!=closed,format=table,order=priority,col=summary|priority|component)]]
     15[/query?status=closed&owner=$USER&order=priority&group=component&col=id&col=summary&col=component&col=milestone&col=type&col=owner&col=status&col=changetime&order=component&max=1000&report=32 View closed tickets i own]
     16== All my reported tickets ==
     17[[TicketQuery(reporter=$USER,status!=closed,format=table,order=priority,col=summary|priority|milestone|component|owner)]]
     18[/query?status=closed&reporter=$USER&order=priority&group=component&col=id&col=summary&col=component&col=milestone&col=type&col=owner&col=status&col=changetime&order=component&max=1000&report=32 View closed tickets i reported]