Insert Ticket Screen

The InsertTicketScreen is used to allow the user to add or to edit a ticket

Author

N7ghtm4r3 - Tecknobit

Parameters

projectId

The identifier of the project where attach the ticket

ticketId

The identifier of the ticket to edit

See also

EquinoxScreen

Constructors

Link copied to clipboard
constructor(projectId: String, ticketId: String?)

Functions

Link copied to clipboard
open override fun ScreenContent()

Method to display the custom content of the screen

Link copied to clipboard