Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino_xl.lib.tickets.roles

User roles for lino_xl.lib.tickets.

Classes

Reporter()

Can create new tickets and edit their own tickets.

Searcher()

Can see all tickets.

TicketsReader()

TicketsStaff()

Can configure tickets functionality.

Triager()

Can modify administrative ticket data like assigned worker, site, ticket type....

class lino_xl.lib.tickets.roles.Reporter

Bases: TicketsReader

Can create new tickets and edit their own tickets.

class lino_xl.lib.tickets.roles.Searcher

Bases: TicketsReader

Can see all tickets.

class lino_xl.lib.tickets.roles.Triager

Bases: TicketsReader

Can modify administrative ticket data like assigned worker, site, ticket type....

class lino_xl.lib.tickets.roles.TicketsStaff

Bases: TicketsReader

Can configure tickets functionality.