Incidentdetails

ServiceManager.Report.IncidentManagement.IncidentDetail (Report)


Dieser Bericht enthält ausführliche Informationen zu einem bestimmten Incident wie Titel, Beschreibung, Klassifizierung, betroffene Dienste, betroffene Konfigurationselemente, ähnliche Aktivitäten und andere.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.ReportNameIncidentdetails
R.ReportDescriptionLabelErweitern Sie diesen Bereich, um eine vollständige Beschreibung dieses Berichts sowie zugehörige Filterkriterien anzuzeigen.
R.ReportDescriptionDieser Bericht enthält ausführliche Informationen zu einem bestimmten Incident wie Titel, Beschreibung, Klassifizierung, betroffene Dienste, betroffene Konfigurationselemente, ähnliche Aktivitäten und andere.
R.ReportGeneratedLabelBericht generiert am
R.IncidentIdIncident-ID
R.StatusStatus
R.AffectedUserBetroffener Benutzer
R.ContactInfoKontaktinformationen
R.CreatedErstellt
R.CreatedByErstellt von
R.ResolvedByAufgelöst von
R.IncidentInformationInformationen zum Incident
R.TitleTitel:
R.DescriptionBeschreibung:
R.ClassificationKlassifizierungskategorie:
R.SourceQuelle:
R.ImpactAuswirkung:
R.UrgencyDringlichkeit:
R.PriorityPriorität:
R.SupportGroupSupportgruppe:
R.AssignedToZugewiesen an
R.PrimaryOwnerPrimäreigentümer:
R.EscalatedEskaliert
R.AffectedServicesBetroffene Dienste
R.AffectedCIsBetroffene Konfigurationselemente
R.RelatedWIsVerknüpfte Arbeitsaufgaben
R.RelatedCIsVerknüpfte Konfigurationselemente
R.ResolutionAuflösung
R.ActivitiesAktivitäten
R.ResDescriptionBeschreibung der Auflösung:
R.ResCategoryAuflösungskategorie:
T.TitleTitel
T.LastUpdatedZuletzt aktualisiert
T.StagePhase
T.StatusStatus
T.NameName
T.IDID
T.AssignedToZugewiesen an
T.TypeTyp
T.NoDataKeine Daten

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>