-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is Bug definition
export class Bug {
constructor(
public id: string,
public title: string,
public status: number,
public severity: number,
public description: string,
public createdBy: string,
public createdDate: number,
public updatedBy?: string,
public updatedDate?: number
) {
}
}
The name change might be considered.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels