인시던트 세부 정보

ServiceManager.Report.IncidentManagement.IncidentDetail (Report)


이 보고서는 제목, 설명, 분류, 영향받는 서비스, 영향받는 구성 항목, 관련 작업 등 특정 인시던트에 대한 자세한 정보를 제공합니다.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.ReportName인시던트 세부 정보
R.ReportDescriptionLabel이 보고서에 대한 전체 설명과 해당 필터 조건을 보려면 이 섹션을 확장하십시오.
R.ReportDescription이 보고서는 제목, 설명, 분류, 영향받는 서비스, 영향받는 구성 항목, 관련 작업 등 특정 인시던트에 대한 자세한 정보를 제공합니다.
R.ReportGeneratedLabel생성된 보고서
R.IncidentId인시던트 ID
R.Status상태
R.AffectedUser영향을 받는 사용자
R.ContactInfo연락처 정보
R.Created만든 날짜
R.CreatedBy만든 사람
R.ResolvedBy해결한 사람
R.IncidentInformation인시던트 정보
R.Title제목:
R.Description설명:
R.Classification분류 범주:
R.Source원본:
R.Impact영향:
R.Urgency긴급도:
R.Priority우선 순위:
R.SupportGroup지원 그룹:
R.AssignedTo할당 대상
R.PrimaryOwner기본 소유자:
R.Escalated제기됨
R.AffectedServices영향을 받는 서비스
R.AffectedCIs영향을 받는 구성 항목
R.RelatedWIs관련 작업 항목
R.RelatedCIs관련 구성 항목
R.Resolution해결 방법
R.Activities작업
R.ResDescription해결 방법 설명:
R.ResCategory해결 범주:
T.Title제목
T.LastUpdated마지막 업데이트 날짜
T.Stage단계
T.Status상태
T.Name이름
T.IDID
T.AssignedTo할당 대상
T.Type유형
T.NoData데이터 없음

Source Code:

<Report ID="ServiceManager.Report.IncidentManagement.IncidentDetail" Accessibility="Public" Target="Incident!System.WorkItem.Incident" Visible="true">
<Dependencies>
<Dimension>DWBase!UserDim</Dimension>
<Dimension>IncidentDW!IncidentDim</Dimension>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetCIsRelatedToWI.Script</DataWarehouseScript>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetWIsRelatedToWI.Script</DataWarehouseScript>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetCIsImpactedByWI.Script</DataWarehouseScript>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetServicesImpactedByWI.Script</DataWarehouseScript>
<DataWarehouseScript>ServiceManager.Report.IncidentManagement.SP.GetIncidentDetails.Script</DataWarehouseScript>
<ReportResource>SMReportCommon!Report_Header_Potrait.png</ReportResource>
<ReportResource>SMReportCommon!horizontal_line_gradient.png</ReportResource>
<ReportResource>SMReportCommon!Unchecked.png</ReportResource>
<ReportResource>SMReportCommon!Checked.png</ReportResource>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="IncidentDimKey">
<Prompt>ServiceManager.IncidentManagement.Report.Library!ReportParameter.SelectIncident</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>true</Value>
</Property>
<Property name="DimensionTypeName">
<Value>IncidentDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>ServiceManager.IncidentManagement.Library.Datawarehouse</Value>
</Property>
<Property name="MaxDimensionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.BoooleanValueParameterEditor">
<ReportParameters>
<ReportParameter name="IncludeDeleted">
<Prompt>ServiceManager.IncidentManagement.Report.Library!ReportParameter.IncludeDeleted</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>ServiceManager.Report.IncidentManagement.IncidentDetail.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="R.ReportName"/>
<ReportString ID="R.ReportDescriptionLabel"/>
<ReportString ID="R.ReportDescription"/>
<ReportString ID="R.ReportGeneratedLabel"/>
<ReportString ID="R.IncidentId"/>
<ReportString ID="R.Status"/>
<ReportString ID="R.AffectedUser"/>
<ReportString ID="R.ContactInfo"/>
<ReportString ID="R.Created"/>
<ReportString ID="R.CreatedBy"/>
<ReportString ID="R.ResolvedBy"/>
<ReportString ID="R.IncidentInformation"/>
<ReportString ID="R.Title"/>
<ReportString ID="R.Description"/>
<ReportString ID="R.Classification"/>
<ReportString ID="R.Source"/>
<ReportString ID="R.Impact"/>
<ReportString ID="R.Urgency"/>
<ReportString ID="R.Priority"/>
<ReportString ID="R.SupportGroup"/>
<ReportString ID="R.AssignedTo"/>
<ReportString ID="R.PrimaryOwner"/>
<ReportString ID="R.Escalated"/>
<ReportString ID="R.AffectedServices"/>
<ReportString ID="R.AffectedCIs"/>
<ReportString ID="R.RelatedWIs"/>
<ReportString ID="R.RelatedCIs"/>
<ReportString ID="R.Resolution"/>
<ReportString ID="R.Activities"/>
<ReportString ID="R.ResDescription"/>
<ReportString ID="R.ResCategory"/>
<ReportString ID="T.Title"/>
<ReportString ID="T.LastUpdated"/>
<ReportString ID="T.Stage"/>
<ReportString ID="T.Status"/>
<ReportString ID="T.Name"/>
<ReportString ID="T.ID"/>
<ReportString ID="T.AssignedTo"/>
<ReportString ID="T.Type"/>
<ReportString ID="T.NoData"/>
</ReportStrings>
</Report>