summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml
blob: 2ebfecb232507709142cb54469dcf2e4436d09a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<jagg:plan xmlns:jagg="http://www.example.com/tracking" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.com/tracking JiraSideband.xsd ">
  <milestones>
  	<milestone ID="V8_M5I14a" workItems=
  	'SUPPORT_REFS_ON_OTHERS  ENHANCE_ART_PROC_PERF'>
  		<dueDate>2001-01-01</dueDate>
  		<deliveredby>deliveredby</deliveredby>
  		<note>note</note>
  	</milestone>
  </milestones>
  <workitems>
  	<workitem ID='SUPPORT_REFS_ON_OTHERS'>
  		<responsible>LR</responsible>
  		<dueDate>2001-01-01</dueDate>
  		<jira>TUSCANY-2850</jira>
  		<status>in progress</status>
  		<repository_vid>repository_vid</repository_vid>
  		<note>note</note>
  	</workitem>
  	<workitem ID='ENHANCE_ART_PROC_PERF'>
  		<responsible>LR</responsible>
  		<dueDate>2001-01-01</dueDate>
  		<jira>TUSCANY-3395</jira>
  		<status>in progress</status>
  		<repository_vid>repository_vid</repository_vid>
  		<note>note</note>
  	</workitem>
  	<workitem ID='CONTRIBS_IDENT_SPEC_VERS'>
  		<responsible>LR</responsible>
  		<dueDate>2001-01-01</dueDate>
  		<jira>TUSCANY-3397</jira>
  		<status>in progress</status>
  		<repository_vid>repository_vid</repository_vid>
  		<note>note</note>
  	</workitem>

  </workitems>
</jagg:plan>