summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml
blob: f9509f9f9d41f1efe0553bbb983db1de383545bd (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?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 ">
  <issueBase>https://issues.apache.org/jira/browse/</issueBase>
  <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>
  	<milestone ID="DummyMS1" workItems="DUMMYWI1">
  		<dueDate>xxx</dueDate>
  		<deliveredby></deliveredby>
  		<note></note>
  	</milestone>
  </milestones>
  <workitems>
  	<workitem ID='SUPPORT_REFS_ON_OTHERS'>
  	<title>support reference on other impl type than impl.widget</title>
  		<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'>
  		<title>Enhance artfact processing performance by returning URI and location URL in one call</title>
  		<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='DUMMYWI1'>
  		<title>Something to do</title>
  		<responsible>KG</responsible>
  		<dueDate>2001-01-01</dueDate>
  		<jira>TUSCANY-0000</jira>
  		<status>in progress</status>
  		<repository_vid>repository_vid</repository_vid>
  		<note>note</note>
  	</workitem>
  	<workitem ID='CONTRIBS_IDENT_SPEC_VERS'>
  		<title>Add support for identifying the SCA Spec Version for contribution metadata</title>
  		<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>