<?xml version="1.0" encoding="utf-8"?> <request xmlns="http://open-services.net/cm/0.1/" xmlns:alm="http://open-services.net/alm/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://open-services.net/cm/0.1/ open_services_cm.xsd" xml:base="http://localhost:9080/jazz/" href="workitems/2314"> <dc:title> Provide import </dc:title> <dc:identifier> 2314 </dc:identifier> <dc:type> Enhancement </dc:type> <dc:description> Implement the system's import capabilities. </dc:description> <dc:subject> import, blocker </dc:subject> <dc:creator> mailto:aadams@someemail.com </dc:creator> <alm:owner> <alm:name> Laura Lyons </alm:name> <alm:userid> llyons </alm:userid> </alm:owner> <alm:state> Completed </alm:state> <alm:discussion href="workitems/2314/notes" /> <alm:project> Tools </alm:project> <alm:category> tools/import </alm:category> <parent href="workitems/2199" /> <severity> Blocker </severity> <priority> High </priority> <alm:creationDate>2001-12-31T12:00:00</alm:creationDate> <dc:date>2008-10-06T12:00:00</dc:date> </request>
XML Representation Summary: request Element | |
<request href = xsd:anyURI > Content: (dc:title, dc:identifier, dc:type?, dc:description?, dc:subject?, dc:creator?, alm:owner?, alm:state?, alm:discussion?, alm:project?, alm:category?, parent?, severity?, priority?, alm:creationDate?, dc:date?) </request> | |
Property | Representation |
{dc:title} | The required title string. Note that this element comes from the DC namespace, allowing tools unaware of the change management domain to access this element. This is sometimes also referred to as the headline or summary of the request. |
{dc:identifier} | The required, read-only identifier string. This is assigned by a change management system when a request resource has been created. |
{dc:type} | The optional type string. The type of request that is represented, such as: defect, enhancement, etc. |
{dc:description} | The required description string. This element comes from the DC namespace, allowing tools completely unaware of the change management domain to access this element. |
{dc:subject} | The optional subject string. The DC namespace defines this element to be a collection of keywords. The subject element will contain keywords and tags assigned to this request. |
{dc:creator} | The optional creator element, identifying the originating user of this request. |
{jzalm:owner} | The optional owner element, identifying the owner of this request. The owner is the person (or entity) responsible for completing the request. |
{jzalm:state} | The optional state -- this may take on any permissible value according to the associated process. |
{jzalm:discussion} | The optional discussion element which contains individual discussion nodes associated with this request. Some change management systems refer to these as notes. |
{jzalm:project} | The optional string describing the associated project to this request. Project is a container for requests. |
{jzalm:category} | The optional string describing the associated category. The category is a container for requests and can span projects. |
{parent} | The optional element has a @href attribute to define the location of the parent request resource. |
{severity} | The optional string describing the severity or impact of the request. Some typical values are: blocker, high, medium, low, etc. |
{priority} | The optional string describing the priority or relative urgency of the request. Some typical values are: high, medium, low, etc. |
{jzalm:creationDate} | The optional dateTime defining when the request was created or submitted. |
{dc:date} | The optional string defining a timestamp of the current state of the request or simply when it was last modified. |