Skip to content

Bug #4

@bwieckow

Description

@bwieckow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions