-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.xml
30 lines (30 loc) · 1.12 KB
/
test.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<external_stories type="array">
<external_story>
<external_id>foo</external_id>
<name>More power to shields</name>
<description ></description >
<requested_by>James Kirk</requested_by>
<created_at type="datetime">2008/12/10 00:00:00 UTC</created_at>
<story_type>feature</story_type>
<estimate type="integer">3</estimate>
</external_story>
<external_story>
<external_id>bar</external_id>
<name>I am story 2</name>
<description >I am a description</description >
<requested_by>I am the reporter</requested_by>
<created_at type="datetime">2009/12/10 00:00:00 UTC</created_at>
<story_type>bug</story_type>
<estimate type="integer">2</estimate>
</external_story>
<external_story>
<external_id>foobar</external_id>
<name>Great new story from github</name>
<description > bla blub</description >
<requested_by>Jan J John</requested_by>
<created_at type="datetime">2023/12/10 00:00:00 UTC</created_at>
<story_type>bug</story_type>
<estimate type="integer">0</estimate>
</external_story>
</external_stories>