View all Issues


Lists all the issues that have been filed.

 

table  "All_Issues"
{
    show  all  rows  from  Issue
    (
        Title
        Description
        Module
        Priority
        Status
        Reported_Date as "Reported date"
        Assigned_to as "Assigned to"
    )
    filters
    (
        Module
        Priority
        Status
        Reported_Date
        Assigned_to
    )
}