Problem: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 153: | Line 153: | ||
{{Template:XFRACAS.Blue|<CategoryType>}}{{Template:XFRACAS.Black|Non Chargeable}}{{Template:XFRACAS.Blue|</CategoryType>}} | {{Template:XFRACAS.Blue|<CategoryType>}}{{Template:XFRACAS.Black|Non Chargeable}}{{Template:XFRACAS.Blue|</CategoryType>}} | ||
{{Template:XFRACAS.Blue|<ReportIssue>}} | {{Template:XFRACAS.Blue|<ReportIssue>}} | ||
{{Template:XFRACAS.Blue|<Issue}} {{Template:XFRACAS.Red|IssueTypeID}}={{Template:XFRACAS.Black|"38"}}{{Template:XFRACAS.Blue|>}} | {{Template:XFRACAS.Blue|<Issue}}{{Template:XFRACAS.Red|IssueTypeID}}={{Template:XFRACAS.Black|"38"}}{{Template:XFRACAS.Blue|>}} | ||
{{Template:XFRACAS.Blue|<Description>}}{{Template:XFRACAS.Black|Prerelease or Staging}}{{Template:XFRACAS.Blue|</Description>}} | {{Template:XFRACAS.Blue|<Description>}}{{Template:XFRACAS.Black|Prerelease or Staging}}{{Template:XFRACAS.Blue|</Description>}} | ||
{{Template:XFRACAS.Blue|</Issue>}} | {{Template:XFRACAS.Blue|</Issue>}} | ||
{{Template:XFRACAS.Blue|</ReportIssue>}} | {{Template:XFRACAS.Blue|</ReportIssue>}} | ||
{{Template:XFRACAS.Blue|<CategoryIssue>}} | {{Template:XFRACAS.Blue|<CategoryIssue>}} | ||
{{Template:XFRACAS.Blue|<Issue}} {{Template:XFRACAS.Red|IssueTypeID}}={{Template:XFRACAS.Black|"21"}}{{Template:XFRACAS.Blue|>}} | {{Template:XFRACAS.Blue|<Issue}}{{Template:XFRACAS.Red|IssueTypeID}}={{Template:XFRACAS.Black|"21"}}{{Template:XFRACAS.Blue|>}} | ||
{{Template:XFRACAS.Blue|<Description>}}{{Template:XFRACAS.Blue|Cleanup</Description>}} | {{Template:XFRACAS.Blue|<Description>}}{{Template:XFRACAS.Blue|Cleanup</Description>}} | ||
{{Template:XFRACAS.Blue|</Issue>}} | {{Template:XFRACAS.Blue|</Issue>}} |
Revision as of 18:36, 22 October 2013
XML Elements
- ProblemID
- Entity
- Owner
- Creator
- OpenDate
- RequestedClosureDate
- ExpectedClosureDate
- ClosedDate
- FirstOccurenceDate
- LastOccurenceDate
- Priority
- FRBStatus
- ProcessStatus
- Part
- Incidents
- Incident
- ProjectIDs
- Reviews
- Review
- Criticality
- Team Members
- Actions
- Details
Problem Sample
<?xml version = "1.0" encoding = "utf-8"?> <!DOCTYPE Problems SYSTEM "Problem.dtd"[]> <Problems xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd = "http://www.w3.org/2001/XMLSche
ma"> <ExportData> <ReportGenerated> 09/16/2013 09:40 AM </ReportGenerated> <GeneratedBy> <FirstName> Joe </FirstName> <LastName> User </LastName> <Login> JUSER </Login> </GeneratedBy> <GMTOffset> -7 </GMTOffset> </ExportData> <Problem> <ProblemID> PRR-1 </ProblemID> <Title> Test Problem </Title> <Entity> <EntityID> 1 </EntityID> <EntityName> XFRACAS Software </EntityName> </Entity> <Owner> <FirstName> Joe </FirstName> <LastName> User </LastName> <Login> JUSER </Login> </Owner> <Creator> <FirstName> Sam </FirstName> <LastName> Uset </LastName> <Login> SUSER </Login> </Creator> <OpenDate> <Year> 2013 </Year> <Month> 6 </Month> <Day> 20 </Day> <Hour> 17 </Hour> <Minute> 33 </Minute> <Second> 0 </Second> <FormattedDate> 06/20/2013 10:33 AM </FormattedDate> </OpenDate> <RequestedClosureDate> <Year> 2013 </Year> <Month> 7 </Month> <Day> 20 </Day> <Hour> 17 </Hour> <Minute> 33 </Minute> <Second> 0 </Second> <FormattedDate> 07/20/2013 10:33 AM </FormattedDate> </RequestedClosureDate> <ExpectedClosureDate> <Year> 2013 </Year> <Month> 7 </Month> <Day> 20 </Day> <Hour> 17 </Hour> <Minute> 33 </Minute> <Second> 0 </Second> <FormattedDate> 07/20/2013 10:33 AM </FormattedDate> </ExpectedClosureDate> <ClosedDate /> <FirstOccurenceDate> <Year> 2004 </Year> <Month> 3 </Month> <Day> 31 </Day> <Hour> 1 </Hour> <Minute> 5 </Minute> <Second> 0 </Second> <FormattedDate> 03/30/2004 06:05 PM </FormattedDate> </FirstOccurenceDate> {{{1}}} <UserCategory> <UserCategoryID> 10 </UserCategoryID> <UserCategoryName> D7 Approver</UserCategoryName> </UserCategory> </Review> </Reviews> <Criticalities /> <TeamMembers> <TeamMember> <MemberUser> <FirstName> Doug </FirstName> <LastName> User </LastName> <Login> DUSER </Login> </MemberUser> <MemberRole> <Issue IssueTypeID = "50" > <Description> Legal </Description> </Issue> </MemberRole> </TeamMember> </TeamMembers> </Problem> </Problems>