Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Database views in the base system

Certain views are included in the base system with the Database Views and Database Views for Service Management plugins.

NameDescriptionLabel
change_request_metricJoin change to metric definition to metric instance, creating a view that can be reported on for things like: Changes that were closed by category.Change Metric
change_request_slaJoin change_request to sla(task_sla), creating a view that can be reported on for things like change request resolved by sla per change category.Change Request SLA
change_task_metricJoin change task to metric definition to metric instance, creating a view that can be reported on for things like: Change tasks that were closed by change stateChange Task Metric
change_task_slaJoin change_task to sla(task_sla), creating a view that can be reported on for things like change tasks resolved by sla.Change Task SLA
change_task_time_workedJoin change task to task time worked to pull time worked entries associated with incidents.Change Task Time Worked
incident_metricJoin incident to metric definition to metric instance creating a view that can be reported on for things like: Incidents that were resolved on the first call by categoryIncident Metric
incident_slaJoin incident to sla(task_sla) to report on things like incidents resolved by sla per incident category.Incident SLA
incident_time_workedJoin incident to task time worked to pull time worked entries associated with incidents.Incident Time Worked
pm_project_metricJoin pm_project to metric definition to metric instance creating a view that can be reported on for things like: Projects that were closed by name or dateProject Metric
pm_project_slaJoin pm_project to sla(task_sla) to report on things like project names by sla.Project SLA
pm_project_task_metricJoin pm_project_task to metric definition to metric instance creating a view that can be reported on for things like: Project tasks that were closed by name or dateProject Task Metric
pm_project_task_slaJoin pm_project to sla(task_sla) to report on things like release tasks by sla.Project Task SLA
pm_project_task_time_workedJoin pm_project_task to task time worked to pull time worked entries associated with project tasks.Project Task Time Worked
problem_metricJoin problem to metric definition to metric instance creating a view that can be reported on for things like: Problems that were resolved on the first call by categoryProblem Metric
problem_slaJoin problem to sla(task_sla) to report on things like problems resolved by sla per problem state.Problem SLA
release_feature_metricJoin release_feature to metric definition to metric instance creating a view that can be reported on for things like: Release Features that were closed by productRelease Feature Metric
release_project_metricJoin release_project to metric definition to metric instance creating a view that can be reported on for things like: Releases that were closed by categoryRelease Metric
release_task_metricJoin release_task to metric definition to metric instance creating a view that can be reported on for things like: Release Features that were closed by featureRelease Task Metric
release_task_slaJoin release_task to sla(task_sla) to report on things like release tasks by sla.Release Task SLA
sc_request_metricJoin sc_request to metric definition to metric instance creating a view that can be reported on for things like: Requests that were closed by categoryCatalog Request Metric
sc_request_slaJoin sc_request to sla(task_sla) to report on things like requests by sla.Catalog Request SLA
sc_req_item_metricJoin sc_request_item to metric definition to metric instance creating a view that can be reported on for things like: Request Items that were closed by itemCatalog Request Item Metric
sc_req_item_slaJoin sc_req_item to sla(task_sla) to report on things like request items by sla.Catalog Request Item SLA
sc_task_metricJoin sc_task to metric definition to metric instance creating a view that can be reported on for things like: Catalog tasks that were closed by itemCatalog Task Metric
sc_task_slaJoin sc_task to sla(task_sla) to report on things like tasks by sla.Catalog Task SLA

Parent Topic:Working with database views for reporting

Related topics

Joining tables using database views

Displaying function results in a database view

Using disjunctions in complex queries