Problem
Jump to navigation
Jump to search
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
- Insert 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 10:41 AM /ReportGenerated>
- <GeneratedBy>
- <FirstName>Pam</FirstName>
- <MiddleName>Isa</MiddleName>
- <LastName> User </LastName>
- <LastName>User</LastName>
- </GeneratedBy>
- <GMTOffset>-7</GMTOffset>
- /ExportData>
- <Problem>
- <!— If the ProblemID element value is not empty and does not match an existing problem ID, the specified ProblemID element value will be used.
- <!— ProblemID must be a String. 20 characters maximum.
- <ProblemID> PRR-1 </ProblemID>
- <!— Title must be a String. 75 characters maximum.
- <Title> Test Problem </Title>
- <!— The Entity element is required and must contain a valid entity. The Entity ID or EntityName must match an existing Valid Entity.
- <Entity>
- <EntityID>1</EntityID>
- <EntityName>XFRACAS Software</EntityName>
- </Entity>
- <!— The Owner element is required, and the Login element value must match an existing Valid User.
- <Owner>
- <FirstName>Pam</FirstName>
- <MiddleName>Isa</MiddleName>
- <LastName>User</LastName>
- <Login>pUser</Login>
- </Owner>
- <!— The Creator element is optional and, if present, the Login element value must match an existing Valid User.
- <Creator>
- <FirstName>Sam</FirstName>
- <MiddleName>Isa</MiddleName>
- <LastName>Gooduser</LastName>
- <Login>pGooduser</Login>
- </Creator>
- <!— The OpenDate element is required. If the date entered is not valid or empty, then the current date and time will be inserted. Must be a Valid Date.
- <OpenDate>
- <Year>2013</Year>
- <Month>6</Month>
- <Day>19</Day>
- <Hour>20</Hour>
- <Minute>21</Minute>
- <Second>0</Second>
- <FormattedDate>06/19/2013 08:21 PM</FormattedDate>
- </OpenDate>
- <!— The RequestedClosureDate element is optional and, if present, must contain a Valid Date.
- <RequestedClosureDate>
- <Year>2013</Year>
- <Month>6</Month>
- <Day>22</Day>
- <Hour>20</Hour>
- <Minute>21</Minute>
- <Second>0</Second>
- <FormattedDate>06/22/2013 08:21 PM</FormattedDate>
- </RequestedClosureDate>
- <!— The ExpectedClosureDate element is optional and, if present, must contain a Valid Date.
- <ExpectedClosureDate>
- <Year>2013</Year>
- <Month>6</Month>
- <Day>21</Day>
- <Hour>20</Hour>
- <Minute>21</Minute>
- <Second>0</Second>
- <FormattedDate>06/21/2013 08:21 PM</FormattedDate>
- </ExpectedClosureDate>
- <!— The ClosedDate element is optional and, if present, must contain a Valid Date.
- <ClosedDate/>
- <!— The FirstOccurenceDate is optional and, if present, must contain a valid date. It is only used in exports.
- <FirstOccurenceDate>
- <Year>2013</Year>
- <Month>6</Month>
- <Day>18</Day>
- <Hour>20</Hour>
- <Minute>21</Minute>
- <Second>0</Second>
- <FormattedDate>06/18/2013 08:21 PM</FormattedDate>
- </FirstOccurenceDate>
- <!— The LastOccurenceDate element is optional and, if present, must contain a Valid Date. It is only used in exports from XFRACAS.
- <LastOccurenceDate>
- <Year>2013</Year>
- <Month>6</Month>
- <Day>19</Day>
- <Hour>20</Hour>
- <Minute>10</Minute>
- <Second>0</Second>
- <FormattedDate>06/19/2013 08:10 PM</FormattedDate>
- </LastOccurenceDate>
- <!— The Priority element is required and must contain an existing Valid Issue with an IssueTypeID equal to 9 (PRR Priority).
- <Priority>
- < Issue IssueTypeID = "9" >
- <Code>1</Code>
- <Description> Not Assigned </Description>
- </Issue>
- < Issue IssueTypeID = "9" >
- </Priority>
- <!— The FRBStatus element is required and must contain an existing Valid Issue with an IssueTypeID equal to 46 (PRR Status Review).
- <FRBStatus>
- <Issue IssueTypeID = "46" >
- <Code>02B</Code>
- <Description> Describe Problem Review - Complete </Description>
- </Issue>
- <Issue IssueTypeID = "46" >
- </FRBStatus>
- <!— The ProcessStatus element is optional and, if present, must contain an existing Valid Issue with an IssueTypeID equal to 6 (PRR Status).
- <!— This element will not be populated if the Problem is closed.
- <ProcessStatus>
- <!— IssueTypeID, Code and Description value options can be found in the Problem DTD Chart.
- <Issue IssueTypeID = "6" >
- <Code>02</Code>
- <Description> Describe the Problem </Description>
- </Issue>
- </ProcessStatus>
- <!— The Part element is optional and, if present, must contain an existing Valid Part.
- <Part>
- <PartID>2</PartID>
- <PartName> Example Part </PartName>
- <PartNumber> EP2 </PartNumber>
- <PartVersion> A </PartVersion>
- <RetiredDate />
- </Part>
- <ShowStep3>No</ShowStep3>
- <ShowStep4>No</ShowStep4>
- <ShowStep6>No</ShowStep6>
- <ShowStep8>No</ShowStep8>
- <Incidents>
- </Incidents>
- <Reviews>
- <Review>
- <Reviewer>
- <FirstName>Pam</FirstName>
- <MiddleName>Isa</MiddleName>
- <LastName> User </LastName>
- <Login>pUser</Login>
- </Reviewer>
- <SignOffDate>
- <Year>2013</Year>
- <Month>6</Month>
- <Day>22</Day>
- <Hour>20</Hour>
- <Minute>21</Minute>
- <Second>0</Second>
- <FormattedDate>06/19/2013 08:21 PM</FormattedDate>
- </SignOffDate>
- <ClosureRejectComment/>
- <ReviewType>
- <ReviewTypeID>7</ReviewTypeID>
- <ReviewTypeName> D7 FRB Approval </ReviewTypeName>
- </ReviewType>
- <SentEmailNoticeDate/>
- <RetiredDate/>
- <DeleteComment/>
- <SignOffOrder>3</SignOffOrder>
- <UserCategory>
- <UserCategoryID>10</UserCategoryID>
- <UserCategoryName> D7 Approver</UserCategoryName>
- </UserCategory>
- <Reviewer>
- </Review>
- <Review>
- </Reviews>
- <Criticalities/>
- <TeamMembers>
- <TeamMember>
<!— COMMENT
- <MemberUser>
- <FirstName>Pam</FirstName>
- <MiddleName>Isa</MiddleName>
- <LastName> User </LastName>
- <Login>pUser</Login>
- </MemberUser>
- <MemberUser>
<!— COMMENT
- <MemberRole>
- <Issue IssueTypeID = "50" >
- <Description> Legal </Description>
- </Issue>
- <Issue IssueTypeID = "50" >
- </MemberRole>
- <MemberRole>
- </TeamMember>
- </TeamMembers>
- </Problem>