pivotal-tracker 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +3 -1
- data/Gemfile +4 -5
- data/Gemfile.lock +40 -0
- data/LICENSE +1 -1
- data/README.rdoc +28 -16
- data/Rakefile +9 -6
- data/VERSION +1 -1
- data/lib/pivotal-tracker/attachment.rb +16 -0
- data/lib/pivotal-tracker/project.rb +11 -0
- data/lib/pivotal-tracker/story.rb +39 -6
- data/lib/pivotal-tracker.rb +1 -0
- data/pivotal-tracker.gemspec +29 -13
- data/spec/fixtures/activity.xml +107 -148
- data/spec/fixtures/created_note.xml +6 -6
- data/spec/fixtures/created_story.xml +6 -6
- data/spec/fixtures/iterations_all.xml +191 -46
- data/spec/fixtures/iterations_backlog.xml +136 -67
- data/spec/fixtures/iterations_current.xml +17 -62
- data/spec/fixtures/iterations_done.xml +20 -29
- data/spec/fixtures/memberships.xml +25 -12
- data/spec/fixtures/notes.xml +26 -10
- data/spec/fixtures/project.xml +26 -17
- data/spec/fixtures/project_activity.xml +85 -89
- data/spec/fixtures/projects.xml +37 -632
- data/spec/fixtures/stale_fish.yml +26 -26
- data/spec/fixtures/stories.xml +197 -131
- data/spec/fixtures/tasks.xml +6 -6
- data/spec/spec_helper.rb +4 -2
- data/spec/support/stale_fish_fixtures.rb +17 -13
- data/spec/unit/pivotal-tracker/attachment_spec.rb +62 -0
- data/spec/unit/pivotal-tracker/membership_spec.rb +2 -2
- data/spec/unit/pivotal-tracker/note_spec.rb +11 -11
- data/spec/unit/pivotal-tracker/project_spec.rb +11 -3
- data/spec/unit/pivotal-tracker/story_spec.rb +73 -24
- data/spec/unit/pivotal-tracker/task_spec.rb +3 -3
- metadata +103 -25
@@ -3,40 +3,31 @@
|
|
3
3
|
<iteration>
|
4
4
|
<id type="integer">1</id>
|
5
5
|
<number type="integer">1</number>
|
6
|
-
<start type="datetime">2010/
|
7
|
-
<finish type="datetime">2010/
|
6
|
+
<start type="datetime">2010/07/12 05:00:00 UTC</start>
|
7
|
+
<finish type="datetime">2010/07/19 05:00:00 UTC</finish>
|
8
8
|
<stories type="array">
|
9
9
|
<story>
|
10
|
-
<id type="integer">
|
11
|
-
<project_id type="integer">
|
12
|
-
<story_type>bug</story_type>
|
13
|
-
<url>http://www.pivotaltracker.com/story/show/3330719</url>
|
14
|
-
<current_state>accepted</current_state>
|
15
|
-
<description></description>
|
16
|
-
<name>finished story 2</name>
|
17
|
-
<requested_by>Justin Smestad</requested_by>
|
18
|
-
<owned_by>Justin Smestad</owned_by>
|
19
|
-
<created_at type="datetime">2010/04/28 16:16:59 MDT</created_at>
|
20
|
-
<updated_at type="datetime">2010/04/28 16:17:15 MDT</updated_at>
|
21
|
-
<accepted_at type="datetime">2010/04/19 12:00:00 MDT</accepted_at>
|
22
|
-
<labels>test_dependent</labels>
|
23
|
-
</story>
|
24
|
-
<story>
|
25
|
-
<id type="integer">3330708</id>
|
26
|
-
<project_id type="integer">59022</project_id>
|
10
|
+
<id type="integer">4460116</id>
|
11
|
+
<project_id type="integer">102622</project_id>
|
27
12
|
<story_type>feature</story_type>
|
28
|
-
<url>http://www.pivotaltracker.com/story/show/
|
29
|
-
<estimate type="integer">
|
13
|
+
<url>http://www.pivotaltracker.com/story/show/4460116</url>
|
14
|
+
<estimate type="integer">0</estimate>
|
30
15
|
<current_state>accepted</current_state>
|
31
|
-
<description
|
32
|
-
<name>
|
33
|
-
<requested_by>
|
34
|
-
<
|
35
|
-
<
|
36
|
-
<
|
37
|
-
<accepted_at type="datetime">2010/04/23 12:00:00 MDT</accepted_at>
|
38
|
-
<labels>test_dependent</labels>
|
16
|
+
<description>This is a story that's finished.</description>
|
17
|
+
<name>Old, accepted story</name>
|
18
|
+
<requested_by>Jon Mischo</requested_by>
|
19
|
+
<created_at type="datetime">2010/07/27 21:58:28 UTC</created_at>
|
20
|
+
<updated_at type="datetime">2010/07/27 22:21:17 UTC</updated_at>
|
21
|
+
<accepted_at type="datetime">2010/07/18 17:00:00 UTC</accepted_at>
|
39
22
|
</story>
|
40
23
|
</stories>
|
41
24
|
</iteration>
|
25
|
+
<iteration>
|
26
|
+
<id type="integer">2</id>
|
27
|
+
<number type="integer">2</number>
|
28
|
+
<start type="datetime">2010/07/19 05:00:00 UTC</start>
|
29
|
+
<finish type="datetime">2010/07/26 05:00:00 UTC</finish>
|
30
|
+
<stories type="array">
|
31
|
+
</stories>
|
32
|
+
</iteration>
|
42
33
|
</iterations>
|
@@ -1,29 +1,42 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<memberships type="array">
|
3
3
|
<membership>
|
4
|
-
<id>
|
4
|
+
<id>331822</id>
|
5
5
|
<person>
|
6
|
-
<email>
|
7
|
-
<name>
|
8
|
-
<initials>
|
6
|
+
<email>jmischo@sittercity.com</email>
|
7
|
+
<name>Jon</name>
|
8
|
+
<initials>JM</initials>
|
9
9
|
</person>
|
10
10
|
<role>Owner</role>
|
11
11
|
<project>
|
12
|
-
<id>
|
13
|
-
<name>
|
12
|
+
<id>102622</id>
|
13
|
+
<name>Pivotal Tracker API Gem</name>
|
14
14
|
</project>
|
15
15
|
</membership>
|
16
16
|
<membership>
|
17
|
-
<id>
|
17
|
+
<id>331823</id>
|
18
18
|
<person>
|
19
|
-
<email>
|
20
|
-
<name>
|
21
|
-
<initials>
|
19
|
+
<email>jmischo@quagility.com</email>
|
20
|
+
<name>Jon Mischo</name>
|
21
|
+
<initials>JM</initials>
|
22
22
|
</person>
|
23
23
|
<role>Owner</role>
|
24
24
|
<project>
|
25
|
-
<id>
|
26
|
-
<name>
|
25
|
+
<id>102622</id>
|
26
|
+
<name>Pivotal Tracker API Gem</name>
|
27
|
+
</project>
|
28
|
+
</membership>
|
29
|
+
<membership>
|
30
|
+
<id>331832</id>
|
31
|
+
<person>
|
32
|
+
<email>pivotal-tracker-api-gem@quagility.com</email>
|
33
|
+
<name>Test Suite Access</name>
|
34
|
+
<initials>TEST</initials>
|
35
|
+
</person>
|
36
|
+
<role>Member</role>
|
37
|
+
<project>
|
38
|
+
<id>102622</id>
|
39
|
+
<name>Pivotal Tracker API Gem</name>
|
27
40
|
</project>
|
28
41
|
</membership>
|
29
42
|
</memberships>
|
data/spec/fixtures/notes.xml
CHANGED
@@ -1,17 +1,33 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<notes type="array">
|
3
3
|
<note>
|
4
|
-
<id type="integer">
|
5
|
-
<text>This is comment
|
6
|
-
<author>
|
7
|
-
<noted_at type="datetime">2010/
|
4
|
+
<id type="integer">2111593</id>
|
5
|
+
<text>This is a comment...whee!</text>
|
6
|
+
<author>Jon</author>
|
7
|
+
<noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
|
8
8
|
</note>
|
9
9
|
<note>
|
10
|
-
<id type="integer">
|
11
|
-
<text>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
10
|
+
<id type="integer">2128955</id>
|
11
|
+
<text>Test note</text>
|
12
|
+
<author>Test Suite Access</author>
|
13
|
+
<noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
|
14
|
+
</note>
|
15
|
+
<note>
|
16
|
+
<id type="integer">2128959</id>
|
17
|
+
<text>Test note</text>
|
18
|
+
<author>Test Suite Access</author>
|
19
|
+
<noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
|
20
|
+
</note>
|
21
|
+
<note>
|
22
|
+
<id type="integer">2129077</id>
|
23
|
+
<text>Test note</text>
|
24
|
+
<author>Test Suite Access</author>
|
25
|
+
<noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
|
26
|
+
</note>
|
27
|
+
<note>
|
28
|
+
<id type="integer">2129374</id>
|
29
|
+
<text>Test note</text>
|
30
|
+
<author>Test Suite Access</author>
|
31
|
+
<noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
|
16
32
|
</note>
|
17
33
|
</notes>
|
data/spec/fixtures/project.xml
CHANGED
@@ -1,41 +1,50 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project>
|
3
|
-
<id>
|
4
|
-
<name>
|
3
|
+
<id>102622</id>
|
4
|
+
<name>Pivotal Tracker API Gem</name>
|
5
5
|
<iteration_length type="integer">1</iteration_length>
|
6
6
|
<week_start_day>Monday</week_start_day>
|
7
7
|
<point_scale>0,1,2,3</point_scale>
|
8
|
-
<account>
|
8
|
+
<account>Jon</account>
|
9
9
|
<velocity_scheme>Average of 3 iterations</velocity_scheme>
|
10
|
-
<current_velocity>
|
11
|
-
<initial_velocity>
|
10
|
+
<current_velocity>2</current_velocity>
|
11
|
+
<initial_velocity>2</initial_velocity>
|
12
12
|
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
13
|
-
<labels
|
14
|
-
<last_activity_at type="datetime">2010/
|
13
|
+
<labels></labels>
|
14
|
+
<last_activity_at type="datetime">2010/07/29 19:13:13 UTC</last_activity_at>
|
15
15
|
<allow_attachments>true</allow_attachments>
|
16
16
|
<public>true</public>
|
17
17
|
<use_https>false</use_https>
|
18
|
-
<bugs_and_chores_are_estimatable>
|
19
|
-
<commit_mode>
|
18
|
+
<bugs_and_chores_are_estimatable>true</bugs_and_chores_are_estimatable>
|
19
|
+
<commit_mode>true</commit_mode>
|
20
20
|
<memberships>
|
21
21
|
<membership>
|
22
|
-
<id>
|
22
|
+
<id>331822</id>
|
23
23
|
<person>
|
24
|
-
<email>
|
25
|
-
<name>
|
26
|
-
<initials>
|
24
|
+
<email>jmischo@sittercity.com</email>
|
25
|
+
<name>Jon</name>
|
26
|
+
<initials>JM</initials>
|
27
27
|
</person>
|
28
28
|
<role>Owner</role>
|
29
29
|
</membership>
|
30
30
|
<membership>
|
31
|
-
<id>
|
31
|
+
<id>331823</id>
|
32
32
|
<person>
|
33
|
-
<email>
|
34
|
-
<name>
|
35
|
-
<initials>
|
33
|
+
<email>jmischo@quagility.com</email>
|
34
|
+
<name>Jon Mischo</name>
|
35
|
+
<initials>JM</initials>
|
36
36
|
</person>
|
37
37
|
<role>Owner</role>
|
38
38
|
</membership>
|
39
|
+
<membership>
|
40
|
+
<id>331832</id>
|
41
|
+
<person>
|
42
|
+
<email>pivotal-tracker-api-gem@quagility.com</email>
|
43
|
+
<name>Test Suite Access</name>
|
44
|
+
<initials>TEST</initials>
|
45
|
+
</person>
|
46
|
+
<role>Member</role>
|
47
|
+
</membership>
|
39
48
|
</memberships>
|
40
49
|
<integrations>
|
41
50
|
</integrations>
|
@@ -1,17 +1,17 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<activities type="array">
|
3
3
|
<activity>
|
4
|
-
<id type="integer">
|
5
|
-
<version type="integer">
|
4
|
+
<id type="integer">24492385</id>
|
5
|
+
<version type="integer">206</version>
|
6
6
|
<event_type>story_create</event_type>
|
7
|
-
<occurred_at type="datetime">2010/
|
8
|
-
<author>
|
9
|
-
<project_id type="integer">
|
10
|
-
<description>
|
7
|
+
<occurred_at type="datetime">2010/07/29 19:13:04 UTC</occurred_at>
|
8
|
+
<author>Test Suite Access</author>
|
9
|
+
<project_id type="integer">102622</project_id>
|
10
|
+
<description>Test Suite Access added "Create stuff"</description>
|
11
11
|
<stories>
|
12
12
|
<story>
|
13
|
-
<id type="integer">
|
14
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
13
|
+
<id type="integer">4492080</id>
|
14
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492080</url>
|
15
15
|
<name>Create stuff</name>
|
16
16
|
<story_type>feature</story_type>
|
17
17
|
<current_state>unscheduled</current_state>
|
@@ -19,17 +19,17 @@
|
|
19
19
|
</stories>
|
20
20
|
</activity>
|
21
21
|
<activity>
|
22
|
-
<id type="integer">
|
23
|
-
<version type="integer">
|
22
|
+
<id type="integer">24492375</id>
|
23
|
+
<version type="integer">205</version>
|
24
24
|
<event_type>story_create</event_type>
|
25
|
-
<occurred_at type="datetime">2010/
|
26
|
-
<author>
|
27
|
-
<project_id type="integer">
|
28
|
-
<description>
|
25
|
+
<occurred_at type="datetime">2010/07/29 19:13:01 UTC</occurred_at>
|
26
|
+
<author>Test Suite Access</author>
|
27
|
+
<project_id type="integer">102622</project_id>
|
28
|
+
<description>Test Suite Access added "Create stuff"</description>
|
29
29
|
<stories>
|
30
30
|
<story>
|
31
|
-
<id type="integer">
|
32
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
31
|
+
<id type="integer">4492078</id>
|
32
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492078</url>
|
33
33
|
<name>Create stuff</name>
|
34
34
|
<story_type>feature</story_type>
|
35
35
|
<current_state>unscheduled</current_state>
|
@@ -37,17 +37,17 @@
|
|
37
37
|
</stories>
|
38
38
|
</activity>
|
39
39
|
<activity>
|
40
|
-
<id type="integer">
|
41
|
-
<version type="integer">
|
40
|
+
<id type="integer">24492239</id>
|
41
|
+
<version type="integer">200</version>
|
42
42
|
<event_type>story_create</event_type>
|
43
|
-
<occurred_at type="datetime">2010/
|
44
|
-
<author>
|
45
|
-
<project_id type="integer">
|
46
|
-
<description>
|
43
|
+
<occurred_at type="datetime">2010/07/29 19:11:43 UTC</occurred_at>
|
44
|
+
<author>Test Suite Access</author>
|
45
|
+
<project_id type="integer">102622</project_id>
|
46
|
+
<description>Test Suite Access added "Create stuff"</description>
|
47
47
|
<stories>
|
48
48
|
<story>
|
49
|
-
<id type="integer">
|
50
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
49
|
+
<id type="integer">4492060</id>
|
50
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492060</url>
|
51
51
|
<name>Create stuff</name>
|
52
52
|
<story_type>feature</story_type>
|
53
53
|
<current_state>unscheduled</current_state>
|
@@ -55,17 +55,17 @@
|
|
55
55
|
</stories>
|
56
56
|
</activity>
|
57
57
|
<activity>
|
58
|
-
<id type="integer">
|
59
|
-
<version type="integer">
|
58
|
+
<id type="integer">24492220</id>
|
59
|
+
<version type="integer">199</version>
|
60
60
|
<event_type>story_create</event_type>
|
61
|
-
<occurred_at type="datetime">2010/
|
62
|
-
<author>
|
63
|
-
<project_id type="integer">
|
64
|
-
<description>
|
61
|
+
<occurred_at type="datetime">2010/07/29 19:11:38 UTC</occurred_at>
|
62
|
+
<author>Test Suite Access</author>
|
63
|
+
<project_id type="integer">102622</project_id>
|
64
|
+
<description>Test Suite Access added "Create stuff"</description>
|
65
65
|
<stories>
|
66
66
|
<story>
|
67
|
-
<id type="integer">
|
68
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
67
|
+
<id type="integer">4492059</id>
|
68
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492059</url>
|
69
69
|
<name>Create stuff</name>
|
70
70
|
<story_type>feature</story_type>
|
71
71
|
<current_state>unscheduled</current_state>
|
@@ -73,17 +73,17 @@
|
|
73
73
|
</stories>
|
74
74
|
</activity>
|
75
75
|
<activity>
|
76
|
-
<id type="integer">
|
77
|
-
<version type="integer">
|
76
|
+
<id type="integer">24491968</id>
|
77
|
+
<version type="integer">194</version>
|
78
78
|
<event_type>story_create</event_type>
|
79
|
-
<occurred_at type="datetime">2010/
|
80
|
-
<author>
|
81
|
-
<project_id type="integer">
|
82
|
-
<description>
|
79
|
+
<occurred_at type="datetime">2010/07/29 19:09:26 UTC</occurred_at>
|
80
|
+
<author>Test Suite Access</author>
|
81
|
+
<project_id type="integer">102622</project_id>
|
82
|
+
<description>Test Suite Access added "Create stuff"</description>
|
83
83
|
<stories>
|
84
84
|
<story>
|
85
|
-
<id type="integer">
|
86
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
85
|
+
<id type="integer">4491973</id>
|
86
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491973</url>
|
87
87
|
<name>Create stuff</name>
|
88
88
|
<story_type>feature</story_type>
|
89
89
|
<current_state>unscheduled</current_state>
|
@@ -91,17 +91,17 @@
|
|
91
91
|
</stories>
|
92
92
|
</activity>
|
93
93
|
<activity>
|
94
|
-
<id type="integer">
|
95
|
-
<version type="integer">
|
94
|
+
<id type="integer">24491959</id>
|
95
|
+
<version type="integer">193</version>
|
96
96
|
<event_type>story_create</event_type>
|
97
|
-
<occurred_at type="datetime">2010/
|
98
|
-
<author>
|
99
|
-
<project_id type="integer">
|
100
|
-
<description>
|
97
|
+
<occurred_at type="datetime">2010/07/29 19:09:24 UTC</occurred_at>
|
98
|
+
<author>Test Suite Access</author>
|
99
|
+
<project_id type="integer">102622</project_id>
|
100
|
+
<description>Test Suite Access added "Create stuff"</description>
|
101
101
|
<stories>
|
102
102
|
<story>
|
103
|
-
<id type="integer">
|
104
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
103
|
+
<id type="integer">4491971</id>
|
104
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491971</url>
|
105
105
|
<name>Create stuff</name>
|
106
106
|
<story_type>feature</story_type>
|
107
107
|
<current_state>unscheduled</current_state>
|
@@ -109,69 +109,65 @@
|
|
109
109
|
</stories>
|
110
110
|
</activity>
|
111
111
|
<activity>
|
112
|
-
<id type="integer">
|
113
|
-
<version type="integer">
|
114
|
-
<event_type>
|
115
|
-
<occurred_at type="datetime">2010/
|
116
|
-
<author>
|
117
|
-
<project_id type="integer">
|
118
|
-
<description>
|
112
|
+
<id type="integer">24491880</id>
|
113
|
+
<version type="integer">192</version>
|
114
|
+
<event_type>story_update</event_type>
|
115
|
+
<occurred_at type="datetime">2010/07/29 19:08:43 UTC</occurred_at>
|
116
|
+
<author>Jon</author>
|
117
|
+
<project_id type="integer">102622</project_id>
|
118
|
+
<description>Jon edited "Movable Story"</description>
|
119
119
|
<stories>
|
120
120
|
<story>
|
121
|
-
<id type="integer">
|
122
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
123
|
-
<
|
124
|
-
<story_type>feature</story_type>
|
125
|
-
<current_state>unscheduled</current_state>
|
121
|
+
<id type="integer">4490874</id>
|
122
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
|
123
|
+
<estimate type="integer">0</estimate>
|
126
124
|
</story>
|
127
125
|
</stories>
|
128
126
|
</activity>
|
129
127
|
<activity>
|
130
|
-
<id type="integer">
|
131
|
-
<version type="integer">
|
132
|
-
<event_type>
|
133
|
-
<occurred_at type="datetime">2010/
|
134
|
-
<author>
|
135
|
-
<project_id type="integer">
|
136
|
-
<description>
|
128
|
+
<id type="integer">24491859</id>
|
129
|
+
<version type="integer">191</version>
|
130
|
+
<event_type>story_update</event_type>
|
131
|
+
<occurred_at type="datetime">2010/07/29 19:08:36 UTC</occurred_at>
|
132
|
+
<author>Jon</author>
|
133
|
+
<project_id type="integer">102622</project_id>
|
134
|
+
<description>Jon edited "Movable Story"</description>
|
137
135
|
<stories>
|
138
136
|
<story>
|
139
|
-
<id type="integer">
|
140
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
141
|
-
<
|
142
|
-
<story_type>feature</story_type>
|
143
|
-
<current_state>unscheduled</current_state>
|
137
|
+
<id type="integer">4490874</id>
|
138
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
|
139
|
+
<current_state>unstarted</current_state>
|
144
140
|
</story>
|
145
141
|
</stories>
|
146
142
|
</activity>
|
147
143
|
<activity>
|
148
|
-
<id type="integer">
|
149
|
-
<version type="integer">
|
144
|
+
<id type="integer">24491236</id>
|
145
|
+
<version type="integer">158</version>
|
150
146
|
<event_type>story_update</event_type>
|
151
|
-
<occurred_at type="datetime">2010/
|
152
|
-
<author>
|
153
|
-
<project_id type="integer">
|
154
|
-
<description>
|
147
|
+
<occurred_at type="datetime">2010/07/29 19:04:29 UTC</occurred_at>
|
148
|
+
<author>Jon</author>
|
149
|
+
<project_id type="integer">102622</project_id>
|
150
|
+
<description>Jon edited "Movable Story"</description>
|
155
151
|
<stories>
|
156
152
|
<story>
|
157
|
-
<id type="integer">
|
158
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
159
|
-
<
|
153
|
+
<id type="integer">4490874</id>
|
154
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
|
155
|
+
<name>Movable Story</name>
|
160
156
|
</story>
|
161
157
|
</stories>
|
162
158
|
</activity>
|
163
159
|
<activity>
|
164
|
-
<id type="integer">
|
165
|
-
<version type="integer">
|
160
|
+
<id type="integer">24490623</id>
|
161
|
+
<version type="integer">153</version>
|
166
162
|
<event_type>story_create</event_type>
|
167
|
-
<occurred_at type="datetime">2010/
|
168
|
-
<author>
|
169
|
-
<project_id type="integer">
|
170
|
-
<description>
|
163
|
+
<occurred_at type="datetime">2010/07/29 18:58:45 UTC</occurred_at>
|
164
|
+
<author>Test Suite Access</author>
|
165
|
+
<project_id type="integer">102622</project_id>
|
166
|
+
<description>Test Suite Access added "Create stuff"</description>
|
171
167
|
<stories>
|
172
168
|
<story>
|
173
|
-
<id type="integer">
|
174
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
169
|
+
<id type="integer">4491800</id>
|
170
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491800</url>
|
175
171
|
<name>Create stuff</name>
|
176
172
|
<story_type>feature</story_type>
|
177
173
|
<current_state>unscheduled</current_state>
|