diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml index 60a923ce53..f9509f9f9d 100644 --- a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml +++ b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml @@ -8,6 +8,11 @@ <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'> @@ -28,6 +33,15 @@ <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> |