ticketmaster-rally 0.1.2 → 0.2.2
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/Gemfile +2 -0
 - data/Gemfile.lock +4 -0
 - data/VERSION +1 -1
 - data/fixtures/vcr_cassettes/all_tickets.yml +4396 -0
 - data/fixtures/vcr_cassettes/create_comment.yml +360 -0
 - data/fixtures/vcr_cassettes/create_ticket.yml +4546 -0
 - data/fixtures/vcr_cassettes/load_all_rally_comments.yml +1429 -0
 - data/fixtures/vcr_cassettes/load_comments_by_attributes.yml +715 -0
 - data/fixtures/vcr_cassettes/load_comments_by_ids.yml +193 -0
 - data/fixtures/vcr_cassettes/rally.yml +64 -0
 - data/fixtures/vcr_cassettes/rally_by_id.yml +79 -0
 - data/fixtures/vcr_cassettes/rally_project_return_class.yml +79 -0
 - data/fixtures/vcr_cassettes/rally_projects.yml +253 -0
 - data/fixtures/vcr_cassettes/rally_projects_by_attributes.yml +127 -0
 - data/fixtures/vcr_cassettes/rally_projects_by_ids.yml +79 -0
 - data/fixtures/vcr_cassettes/rally_tickets.yml +142 -0
 - data/fixtures/vcr_cassettes/retrieve_ticket.yml +4546 -0
 - data/fixtures/vcr_cassettes/save_task_ticket.yml +3097 -0
 - data/fixtures/vcr_cassettes/save_ticket.yml +209 -0
 - data/fixtures/vcr_cassettes/ticket_by_attributes.yml +4396 -0
 - data/fixtures/vcr_cassettes/ticket_save.yml +199 -0
 - data/fixtures/vcr_cassettes/ticket_update.yml +184 -0
 - data/fixtures/vcr_cassettes/ticketmaster_call.yml +64 -0
 - data/fixtures/vcr_cassettes/ticketmaster_setting.yml +4687 -0
 - data/fixtures/vcr_cassettes/tickets_by_attributes.yml +4396 -0
 - data/fixtures/vcr_cassettes/tickets_by_defect.yml +2816 -0
 - data/fixtures/vcr_cassettes/tickets_by_hierachial.yml +762 -0
 - data/fixtures/vcr_cassettes/tickets_by_ids.yml +184 -0
 - data/fixtures/vcr_cassettes/tickets_by_task.yml +1032 -0
 - data/lib/provider/comment.rb +1 -1
 - data/spec/comments_spec.rb +26 -21
 - data/spec/projects_spec.rb +35 -29
 - data/spec/spec_helper.rb +3 -0
 - data/spec/ticketmaster-rally_spec.rb +3 -5
 - data/spec/tickets_spec.rb +63 -60
 - data/spec/vcr_setup.rb +7 -0
 - data/ticketmaster-rally.gemspec +42 -8
 - metadata +82 -81
 
| 
         @@ -0,0 +1,184 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- 
         
     | 
| 
      
 2 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 3 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 4 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20=%202712835688)&fetch=true
         
     | 
| 
      
 6 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 7 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 8 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 9 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 10 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 11 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 12 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 13 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 14 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 16 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 17 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 18 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 19 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 20 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 21 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 22 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 23 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 24 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 25 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 26 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:40:44 GMT
         
     | 
| 
      
 27 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 28 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 29 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 31 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - qd-app-02-trial1v2j3cwuxcyo71j11lq77ucqzy.qd-app-02-trial27737
         
     | 
| 
      
 33 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 34 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 35 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial1v2j3cwuxcyo71j11lq77ucqzy.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 37 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 39 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 41 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 43 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 45 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 46 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 47 
     | 
    
         
            +
                  <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
         
     | 
| 
      
 48 
     | 
    
         
            +
                    <Errors />
         
     | 
| 
      
 49 
     | 
    
         
            +
                    <Warnings />
         
     | 
| 
      
 50 
     | 
    
         
            +
                    <TotalResultCount>1</TotalResultCount>
         
     | 
| 
      
 51 
     | 
    
         
            +
                    <StartIndex>1</StartIndex>
         
     | 
| 
      
 52 
     | 
    
         
            +
                    <PageSize>20</PageSize>
         
     | 
| 
      
 53 
     | 
    
         
            +
                    <Results>
         
     | 
| 
      
 54 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18" type="Project">
         
     | 
| 
      
 55 
     | 
    
         
            +
                        <CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
         
     | 
| 
      
 56 
     | 
    
         
            +
                        <ObjectID>2712835688</ObjectID>
         
     | 
| 
      
 57 
     | 
    
         
            +
                        <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 58 
     | 
    
         
            +
                        <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 59 
     | 
    
         
            +
                        <BuildDefinitions>
         
     | 
| 
      
 60 
     | 
    
         
            +
                          <BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
         
     | 
| 
      
 61 
     | 
    
         
            +
                        </BuildDefinitions>
         
     | 
| 
      
 62 
     | 
    
         
            +
                        <Children />
         
     | 
| 
      
 63 
     | 
    
         
            +
                        <Description />
         
     | 
| 
      
 64 
     | 
    
         
            +
                        <Iterations>
         
     | 
| 
      
 65 
     | 
    
         
            +
                          <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
         
     | 
| 
      
 66 
     | 
    
         
            +
                          <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
         
     | 
| 
      
 67 
     | 
    
         
            +
                          <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
         
     | 
| 
      
 68 
     | 
    
         
            +
                        </Iterations>
         
     | 
| 
      
 69 
     | 
    
         
            +
                        <Name>Sample Project</Name>
         
     | 
| 
      
 70 
     | 
    
         
            +
                        <Notes />
         
     | 
| 
      
 71 
     | 
    
         
            +
                        <Owner>sfw@simeonfosterwillbanks.com</Owner>
         
     | 
| 
      
 72 
     | 
    
         
            +
                        <Releases />
         
     | 
| 
      
 73 
     | 
    
         
            +
                        <State>Open</State>
         
     | 
| 
      
 74 
     | 
    
         
            +
                        <Users />
         
     | 
| 
      
 75 
     | 
    
         
            +
                      </Object>
         
     | 
| 
      
 76 
     | 
    
         
            +
                    </Results>
         
     | 
| 
      
 77 
     | 
    
         
            +
                  </QueryResult>
         
     | 
| 
      
 78 
     | 
    
         
            +
                  
         
     | 
| 
      
 79 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 80 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 81 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 82 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 83 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Artifact?query=(ObjectID%20=%202780205298)&fetch=true&project=https://community.rallydev.com/slm/webservice/1.17/project/2712835688
         
     | 
| 
      
 84 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 85 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 86 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 87 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 88 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 89 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 90 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 91 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 92 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 93 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 94 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 95 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 96 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 97 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 98 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 99 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 100 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 101 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 102 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 103 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 104 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:40:45 GMT
         
     | 
| 
      
 105 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 106 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 107 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 108 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 109 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 110 
     | 
    
         
            +
                  - qd-app-02-trial8z1hin9nrht61jaxoyzcy12tl.qd-app-02-trial27751
         
     | 
| 
      
 111 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 112 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 113 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 114 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial8z1hin9nrht61jaxoyzcy12tl.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 115 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 116 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 117 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 118 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 119 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 120 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 121 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 122 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 123 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 124 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 125 
     | 
    
         
            +
                  <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
         
     | 
| 
      
 126 
     | 
    
         
            +
                    <Errors />
         
     | 
| 
      
 127 
     | 
    
         
            +
                    <Warnings />
         
     | 
| 
      
 128 
     | 
    
         
            +
                    <TotalResultCount>1</TotalResultCount>
         
     | 
| 
      
 129 
     | 
    
         
            +
                    <StartIndex>1</StartIndex>
         
     | 
| 
      
 130 
     | 
    
         
            +
                    <PageSize>20</PageSize>
         
     | 
| 
      
 131 
     | 
    
         
            +
                    <Results>
         
     | 
| 
      
 132 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" objectVersion="98" refObjectName="Safari email alert has wrong subject" CreatedAt="Jan 29" type="Defect">
         
     | 
| 
      
 133 
     | 
    
         
            +
                        <CreationDate>2011-01-29T19:35:56.668Z</CreationDate>
         
     | 
| 
      
 134 
     | 
    
         
            +
                        <ObjectID>2780205298</ObjectID>
         
     | 
| 
      
 135 
     | 
    
         
            +
                        <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 136 
     | 
    
         
            +
                        <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 137 
     | 
    
         
            +
                        <Description>The safari email alert message is 'Safari Email.' It should be 'Awesome Safari Email.'</Description>
         
     | 
| 
      
 138 
     | 
    
         
            +
                        <Discussion>
         
     | 
| 
      
 139 
     | 
    
         
            +
                          <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260871" type="ConversationPost" />
         
     | 
| 
      
 140 
     | 
    
         
            +
                          <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988718166" type="ConversationPost" />
         
     | 
| 
      
 141 
     | 
    
         
            +
                          <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260903" type="ConversationPost" />
         
     | 
| 
      
 142 
     | 
    
         
            +
                          <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" type="ConversationPost" />
         
     | 
| 
      
 143 
     | 
    
         
            +
                        </Discussion>
         
     | 
| 
      
 144 
     | 
    
         
            +
                        <FormattedID>DE1</FormattedID>
         
     | 
| 
      
 145 
     | 
    
         
            +
                        <LastUpdateDate>2011-11-08T21:31:17.166Z</LastUpdateDate>
         
     | 
| 
      
 146 
     | 
    
         
            +
                        <Name>Safari email alert has wrong subject</Name>
         
     | 
| 
      
 147 
     | 
    
         
            +
                        <Notes />
         
     | 
| 
      
 148 
     | 
    
         
            +
                        <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 149 
     | 
    
         
            +
                        <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2780205299" type="RevisionHistory" />
         
     | 
| 
      
 150 
     | 
    
         
            +
                        <Tags />
         
     | 
| 
      
 151 
     | 
    
         
            +
                        <AffectsDoc>false</AffectsDoc>
         
     | 
| 
      
 152 
     | 
    
         
            +
                        <Attachments />
         
     | 
| 
      
 153 
     | 
    
         
            +
                        <Blocked>false</Blocked>
         
     | 
| 
      
 154 
     | 
    
         
            +
                        <Duplicates />
         
     | 
| 
      
 155 
     | 
    
         
            +
                        <Environment>None</Environment>
         
     | 
| 
      
 156 
     | 
    
         
            +
                        <Priority>None</Priority>
         
     | 
| 
      
 157 
     | 
    
         
            +
                        <Rank>549999999999.999</Rank>
         
     | 
| 
      
 158 
     | 
    
         
            +
                        <ReleaseNote>false</ReleaseNote>
         
     | 
| 
      
 159 
     | 
    
         
            +
                        <Resolution>None</Resolution>
         
     | 
| 
      
 160 
     | 
    
         
            +
                        <ScheduleState>Defined</ScheduleState>
         
     | 
| 
      
 161 
     | 
    
         
            +
                        <Severity>None</Severity>
         
     | 
| 
      
 162 
     | 
    
         
            +
                        <State>Submitted</State>
         
     | 
| 
      
 163 
     | 
    
         
            +
                        <SubmittedBy>sfw@simeonfosterwillbanks.com</SubmittedBy>
         
     | 
| 
      
 164 
     | 
    
         
            +
                        <TaskActualTotal>0.0</TaskActualTotal>
         
     | 
| 
      
 165 
     | 
    
         
            +
                        <TaskEstimateTotal>0.0</TaskEstimateTotal>
         
     | 
| 
      
 166 
     | 
    
         
            +
                        <TaskRemainingTotal>0.0</TaskRemainingTotal>
         
     | 
| 
      
 167 
     | 
    
         
            +
                        <Tasks>
         
     | 
| 
      
 168 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/4694941632" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 169 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904309530" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 170 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2990261501" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 171 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967182543" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 172 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967373101" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 173 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967188369" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 174 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904308027" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 175 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833668871" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 176 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3831685531" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 177 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833150966" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 178 
     | 
    
         
            +
                          <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3582864714" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 179 
     | 
    
         
            +
                        </Tasks>
         
     | 
| 
      
 180 
     | 
    
         
            +
                      </Object>
         
     | 
| 
      
 181 
     | 
    
         
            +
                    </Results>
         
     | 
| 
      
 182 
     | 
    
         
            +
                  </QueryResult>
         
     | 
| 
      
 183 
     | 
    
         
            +
                  
         
     | 
| 
      
 184 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
         @@ -0,0 +1,1032 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- 
         
     | 
| 
      
 2 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 3 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 4 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20=%202712835688)&fetch=true
         
     | 
| 
      
 6 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 7 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 8 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 9 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 10 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 11 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 12 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 13 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 14 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 16 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 17 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 18 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 19 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 20 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 21 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 22 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 23 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 24 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 25 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 26 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:26 GMT
         
     | 
| 
      
 27 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 28 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 29 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 31 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - qd-app-02-trial14ibkbqi05dyx9c1onyzgzend.qd-app-02-trial33389
         
     | 
| 
      
 33 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 34 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 35 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial14ibkbqi05dyx9c1onyzgzend.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 37 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 39 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 41 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 43 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 45 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 46 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 47 
     | 
    
         
            +
                  <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
         
     | 
| 
      
 48 
     | 
    
         
            +
                    <Errors />
         
     | 
| 
      
 49 
     | 
    
         
            +
                    <Warnings />
         
     | 
| 
      
 50 
     | 
    
         
            +
                    <TotalResultCount>1</TotalResultCount>
         
     | 
| 
      
 51 
     | 
    
         
            +
                    <StartIndex>1</StartIndex>
         
     | 
| 
      
 52 
     | 
    
         
            +
                    <PageSize>20</PageSize>
         
     | 
| 
      
 53 
     | 
    
         
            +
                    <Results>
         
     | 
| 
      
 54 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18" type="Project">
         
     | 
| 
      
 55 
     | 
    
         
            +
                        <CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
         
     | 
| 
      
 56 
     | 
    
         
            +
                        <ObjectID>2712835688</ObjectID>
         
     | 
| 
      
 57 
     | 
    
         
            +
                        <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 58 
     | 
    
         
            +
                        <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 59 
     | 
    
         
            +
                        <BuildDefinitions>
         
     | 
| 
      
 60 
     | 
    
         
            +
                          <BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
         
     | 
| 
      
 61 
     | 
    
         
            +
                        </BuildDefinitions>
         
     | 
| 
      
 62 
     | 
    
         
            +
                        <Children />
         
     | 
| 
      
 63 
     | 
    
         
            +
                        <Description />
         
     | 
| 
      
 64 
     | 
    
         
            +
                        <Iterations>
         
     | 
| 
      
 65 
     | 
    
         
            +
                          <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
         
     | 
| 
      
 66 
     | 
    
         
            +
                          <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
         
     | 
| 
      
 67 
     | 
    
         
            +
                          <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
         
     | 
| 
      
 68 
     | 
    
         
            +
                        </Iterations>
         
     | 
| 
      
 69 
     | 
    
         
            +
                        <Name>Sample Project</Name>
         
     | 
| 
      
 70 
     | 
    
         
            +
                        <Notes />
         
     | 
| 
      
 71 
     | 
    
         
            +
                        <Owner>sfw@simeonfosterwillbanks.com</Owner>
         
     | 
| 
      
 72 
     | 
    
         
            +
                        <Releases />
         
     | 
| 
      
 73 
     | 
    
         
            +
                        <State>Open</State>
         
     | 
| 
      
 74 
     | 
    
         
            +
                        <Users />
         
     | 
| 
      
 75 
     | 
    
         
            +
                      </Object>
         
     | 
| 
      
 76 
     | 
    
         
            +
                    </Results>
         
     | 
| 
      
 77 
     | 
    
         
            +
                  </QueryResult>
         
     | 
| 
      
 78 
     | 
    
         
            +
                  
         
     | 
| 
      
 79 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 80 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 81 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 82 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 83 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Task?query=(ObjectID%20%3E%200)&project=https://community.rallydev.com/slm/webservice/1.17/project/2712835688
         
     | 
| 
      
 84 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 85 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 86 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 87 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 88 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 89 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 90 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 91 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 92 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 93 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 94 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 95 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 96 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 97 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 98 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 99 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 100 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 101 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 102 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 103 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 104 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:28 GMT
         
     | 
| 
      
 105 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 106 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 107 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 108 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 109 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 110 
     | 
    
         
            +
                  - qd-app-02-trial1bli1sdwbcf0d29w39fyr7gk.qd-app-02-trial33421
         
     | 
| 
      
 111 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 112 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 113 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 114 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial1bli1sdwbcf0d29w39fyr7gk.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 115 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 116 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 117 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 118 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 119 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 120 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 121 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 122 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 123 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 124 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 125 
     | 
    
         
            +
                  <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
         
     | 
| 
      
 126 
     | 
    
         
            +
                    <Errors />
         
     | 
| 
      
 127 
     | 
    
         
            +
                    <Warnings />
         
     | 
| 
      
 128 
     | 
    
         
            +
                    <TotalResultCount>13</TotalResultCount>
         
     | 
| 
      
 129 
     | 
    
         
            +
                    <StartIndex>1</StartIndex>
         
     | 
| 
      
 130 
     | 
    
         
            +
                    <PageSize>20</PageSize>
         
     | 
| 
      
 131 
     | 
    
         
            +
                    <Results>
         
     | 
| 
      
 132 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780204578" refObjectName="Safari Browser" type="Task" />
         
     | 
| 
      
 133 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780205180" refObjectName="Safari scheudule" type="Task" />
         
     | 
| 
      
 134 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904308027" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 135 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904309530" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 136 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967182543" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 137 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967188369" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 138 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967373101" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 139 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2990261501" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 140 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3582864714" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 141 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3831685531" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 142 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833150966" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 143 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833668871" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 144 
     | 
    
         
            +
                      <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/4694941632" refObjectName="TaskTesting" type="Task" />
         
     | 
| 
      
 145 
     | 
    
         
            +
                    </Results>
         
     | 
| 
      
 146 
     | 
    
         
            +
                  </QueryResult>
         
     | 
| 
      
 147 
     | 
    
         
            +
                  
         
     | 
| 
      
 148 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 149 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 150 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 151 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 152 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2780204578
         
     | 
| 
      
 153 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 154 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 155 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 156 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 157 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 158 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 159 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 160 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 161 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 162 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 163 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 164 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 165 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 166 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 167 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 168 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 169 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 170 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 171 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 172 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 173 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:29 GMT
         
     | 
| 
      
 174 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 175 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 176 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 177 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 178 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 179 
     | 
    
         
            +
                  - qd-app-02-trialeoivzlat3uba6lhf4psa89wv.qd-app-02-trial33468
         
     | 
| 
      
 180 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 181 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 182 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 183 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trialeoivzlat3uba6lhf4psa89wv.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 184 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 185 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 186 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 187 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 188 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 189 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 190 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 191 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 192 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 193 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 194 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780204578" objectVersion="1" refObjectName="Safari Browser" CreatedAt="Jan 29">
         
     | 
| 
      
 195 
     | 
    
         
            +
                    <CreationDate>2011-01-29T19:33:49.170Z</CreationDate>
         
     | 
| 
      
 196 
     | 
    
         
            +
                    <ObjectID>2780204578</ObjectID>
         
     | 
| 
      
 197 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 198 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 199 
     | 
    
         
            +
                    <Description>Implement safari browser UI</Description>
         
     | 
| 
      
 200 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 201 
     | 
    
         
            +
                    <FormattedID>TA1</FormattedID>
         
     | 
| 
      
 202 
     | 
    
         
            +
                    <LastUpdateDate>2011-01-29T19:34:09.740Z</LastUpdateDate>
         
     | 
| 
      
 203 
     | 
    
         
            +
                    <Name>Safari Browser</Name>
         
     | 
| 
      
 204 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 205 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2780204579" type="RevisionHistory" />
         
     | 
| 
      
 206 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 207 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 208 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 209 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 210 
     | 
    
         
            +
                    <Rank>599999999999.998</Rank>
         
     | 
| 
      
 211 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 212 
     | 
    
         
            +
                    <TaskIndex>0</TaskIndex>
         
     | 
| 
      
 213 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836049" refObjectName="Browse safaris" type="HierarchicalRequirement" />
         
     | 
| 
      
 214 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 215 
     | 
    
         
            +
                  
         
     | 
| 
      
 216 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 217 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 218 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 219 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 220 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2780205180
         
     | 
| 
      
 221 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 222 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 223 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 224 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 225 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 226 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 227 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 228 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 229 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 230 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 231 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 232 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 233 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 234 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 235 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 236 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 237 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 238 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 239 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 240 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 241 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:30 GMT
         
     | 
| 
      
 242 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 243 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 244 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 245 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 246 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 247 
     | 
    
         
            +
                  - qd-app-02-trial11glmg36w40a01w8asznocwb1p.qd-app-02-trial33496
         
     | 
| 
      
 248 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 249 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 250 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 251 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial11glmg36w40a01w8asznocwb1p.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 252 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 253 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 254 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 255 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 256 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 257 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 258 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 259 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 260 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 261 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 262 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780205180" objectVersion="1" refObjectName="Safari scheudule" CreatedAt="Jan 29">
         
     | 
| 
      
 263 
     | 
    
         
            +
                    <CreationDate>2011-01-29T19:34:57.641Z</CreationDate>
         
     | 
| 
      
 264 
     | 
    
         
            +
                    <ObjectID>2780205180</ObjectID>
         
     | 
| 
      
 265 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 266 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 267 
     | 
    
         
            +
                    <Description>Implement safari scheduler which displays availability and allows user to book a safari.</Description>
         
     | 
| 
      
 268 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 269 
     | 
    
         
            +
                    <FormattedID>TA2</FormattedID>
         
     | 
| 
      
 270 
     | 
    
         
            +
                    <LastUpdateDate>2011-01-29T19:35:29.245Z</LastUpdateDate>
         
     | 
| 
      
 271 
     | 
    
         
            +
                    <Name>Safari scheudule</Name>
         
     | 
| 
      
 272 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 273 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2780205181" type="RevisionHistory" />
         
     | 
| 
      
 274 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 275 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 276 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 277 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 278 
     | 
    
         
            +
                    <Rank>649999999999.997</Rank>
         
     | 
| 
      
 279 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 280 
     | 
    
         
            +
                    <TaskIndex>0</TaskIndex>
         
     | 
| 
      
 281 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836055" refObjectName="Show availability of safaris" type="HierarchicalRequirement" />
         
     | 
| 
      
 282 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 283 
     | 
    
         
            +
                  
         
     | 
| 
      
 284 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 285 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 286 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 287 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 288 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2904308027
         
     | 
| 
      
 289 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 290 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 291 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 292 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 293 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 294 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 295 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 296 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 297 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 298 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 299 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 300 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 301 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 302 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 303 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 304 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 305 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 306 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 307 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 308 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 309 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:31 GMT
         
     | 
| 
      
 310 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 311 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 312 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 313 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 314 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 315 
     | 
    
         
            +
                  - qd-app-02-trialurgcci367j5oqe8es6pxjcl2.qd-app-02-trial33532
         
     | 
| 
      
 316 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 317 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 318 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 319 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trialurgcci367j5oqe8es6pxjcl2.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 320 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 321 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 322 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 323 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 324 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 325 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 326 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 327 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 328 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 329 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 330 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904308027" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Feb 20">
         
     | 
| 
      
 331 
     | 
    
         
            +
                    <CreationDate>2011-02-21T00:06:19.430Z</CreationDate>
         
     | 
| 
      
 332 
     | 
    
         
            +
                    <ObjectID>2904308027</ObjectID>
         
     | 
| 
      
 333 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 334 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 335 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 336 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 337 
     | 
    
         
            +
                    <FormattedID>TA3</FormattedID>
         
     | 
| 
      
 338 
     | 
    
         
            +
                    <LastUpdateDate>2011-02-21T00:06:19.437Z</LastUpdateDate>
         
     | 
| 
      
 339 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 340 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 341 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904308028" type="RevisionHistory" />
         
     | 
| 
      
 342 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 343 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 344 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 345 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 346 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 347 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 348 
     | 
    
         
            +
                    <TaskIndex>0</TaskIndex>
         
     | 
| 
      
 349 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 350 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 351 
     | 
    
         
            +
                  
         
     | 
| 
      
 352 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 353 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 354 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 355 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 356 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2904309530
         
     | 
| 
      
 357 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 358 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 359 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 360 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 361 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 362 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 363 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 364 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 365 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 366 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 367 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 368 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 369 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 370 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 371 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 372 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 373 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 374 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 375 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 376 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 377 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:32 GMT
         
     | 
| 
      
 378 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 379 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 380 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 381 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 382 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 383 
     | 
    
         
            +
                  - qd-app-02-trial1k7jp9q4283sz1662r4esrn6xh.qd-app-02-trial33561
         
     | 
| 
      
 384 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 385 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 386 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 387 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial1k7jp9q4283sz1662r4esrn6xh.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 388 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 389 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 390 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 391 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 392 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 393 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 394 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 395 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 396 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 397 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 398 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904309530" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Feb 20">
         
     | 
| 
      
 399 
     | 
    
         
            +
                    <CreationDate>2011-02-21T00:09:04.328Z</CreationDate>
         
     | 
| 
      
 400 
     | 
    
         
            +
                    <ObjectID>2904309530</ObjectID>
         
     | 
| 
      
 401 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 402 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 403 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 404 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 405 
     | 
    
         
            +
                    <FormattedID>TA4</FormattedID>
         
     | 
| 
      
 406 
     | 
    
         
            +
                    <LastUpdateDate>2011-02-21T00:09:04.336Z</LastUpdateDate>
         
     | 
| 
      
 407 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 408 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 409 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904309531" type="RevisionHistory" />
         
     | 
| 
      
 410 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 411 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 412 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 413 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 414 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 415 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 416 
     | 
    
         
            +
                    <TaskIndex>1</TaskIndex>
         
     | 
| 
      
 417 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 418 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 419 
     | 
    
         
            +
                  
         
     | 
| 
      
 420 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 421 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 422 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 423 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 424 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2967182543
         
     | 
| 
      
 425 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 426 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 427 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 428 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 429 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 430 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 431 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 432 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 433 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 434 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 435 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 436 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 437 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 438 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 439 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 440 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 441 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 442 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 443 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 444 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 445 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:34 GMT
         
     | 
| 
      
 446 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 447 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 448 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 449 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 450 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 451 
     | 
    
         
            +
                  - qd-app-02-trial14lfdlxs2zoo6qj28a1drka6e.qd-app-02-trial33586
         
     | 
| 
      
 452 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 453 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 454 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 455 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial14lfdlxs2zoo6qj28a1drka6e.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 456 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 457 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 458 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 459 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 460 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 461 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 462 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 463 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 464 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 465 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 466 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967182543" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 2">
         
     | 
| 
      
 467 
     | 
    
         
            +
                    <CreationDate>2011-03-02T15:51:26.552Z</CreationDate>
         
     | 
| 
      
 468 
     | 
    
         
            +
                    <ObjectID>2967182543</ObjectID>
         
     | 
| 
      
 469 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 470 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 471 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 472 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 473 
     | 
    
         
            +
                    <FormattedID>TA5</FormattedID>
         
     | 
| 
      
 474 
     | 
    
         
            +
                    <LastUpdateDate>2011-03-02T15:51:26.568Z</LastUpdateDate>
         
     | 
| 
      
 475 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 476 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 477 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967182544" type="RevisionHistory" />
         
     | 
| 
      
 478 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 479 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 480 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 481 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 482 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 483 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 484 
     | 
    
         
            +
                    <TaskIndex>2</TaskIndex>
         
     | 
| 
      
 485 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 486 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 487 
     | 
    
         
            +
                  
         
     | 
| 
      
 488 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 489 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 490 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 491 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 492 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2967188369
         
     | 
| 
      
 493 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 494 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 495 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 496 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 497 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 498 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 499 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 500 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 501 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 502 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 503 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 504 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 505 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 506 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 507 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 508 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 509 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 510 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 511 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 512 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 513 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:35 GMT
         
     | 
| 
      
 514 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 515 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 516 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 517 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 518 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 519 
     | 
    
         
            +
                  - qd-app-02-trial1afb5fu46fiym1u45ukrfn1brr.qd-app-02-trial33611
         
     | 
| 
      
 520 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 521 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 522 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 523 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial1afb5fu46fiym1u45ukrfn1brr.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 524 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 525 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 526 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 527 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 528 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 529 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 530 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 531 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 532 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 533 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 534 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967188369" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 2">
         
     | 
| 
      
 535 
     | 
    
         
            +
                    <CreationDate>2011-03-02T16:04:15.675Z</CreationDate>
         
     | 
| 
      
 536 
     | 
    
         
            +
                    <ObjectID>2967188369</ObjectID>
         
     | 
| 
      
 537 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 538 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 539 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 540 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 541 
     | 
    
         
            +
                    <FormattedID>TA6</FormattedID>
         
     | 
| 
      
 542 
     | 
    
         
            +
                    <LastUpdateDate>2011-03-02T16:04:15.686Z</LastUpdateDate>
         
     | 
| 
      
 543 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 544 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 545 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967188370" type="RevisionHistory" />
         
     | 
| 
      
 546 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 547 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 548 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 549 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 550 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 551 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 552 
     | 
    
         
            +
                    <TaskIndex>3</TaskIndex>
         
     | 
| 
      
 553 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 554 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 555 
     | 
    
         
            +
                  
         
     | 
| 
      
 556 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 557 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 558 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 559 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 560 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2967373101
         
     | 
| 
      
 561 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 562 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 563 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 564 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 565 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 566 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 567 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 568 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 569 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 570 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 571 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 572 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 573 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 574 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 575 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 576 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 577 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 578 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 579 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 580 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 581 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:36 GMT
         
     | 
| 
      
 582 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 583 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 584 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 585 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 586 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 587 
     | 
    
         
            +
                  - qd-app-02-triala588eutpq15iuzorsmizwx2t.qd-app-02-trial33632
         
     | 
| 
      
 588 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 589 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 590 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 591 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-triala588eutpq15iuzorsmizwx2t.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 592 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 593 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 594 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 595 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 596 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 597 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 598 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 599 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 600 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 601 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 602 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967373101" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 2">
         
     | 
| 
      
 603 
     | 
    
         
            +
                    <CreationDate>2011-03-02T16:08:25.860Z</CreationDate>
         
     | 
| 
      
 604 
     | 
    
         
            +
                    <ObjectID>2967373101</ObjectID>
         
     | 
| 
      
 605 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 606 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 607 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 608 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 609 
     | 
    
         
            +
                    <FormattedID>TA7</FormattedID>
         
     | 
| 
      
 610 
     | 
    
         
            +
                    <LastUpdateDate>2011-03-02T16:08:25.876Z</LastUpdateDate>
         
     | 
| 
      
 611 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 612 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 613 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967373102" type="RevisionHistory" />
         
     | 
| 
      
 614 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 615 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 616 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 617 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 618 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 619 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 620 
     | 
    
         
            +
                    <TaskIndex>4</TaskIndex>
         
     | 
| 
      
 621 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 622 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 623 
     | 
    
         
            +
                  
         
     | 
| 
      
 624 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 625 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 626 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 627 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 628 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2990261501
         
     | 
| 
      
 629 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 630 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 631 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 632 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 633 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 634 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 635 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 636 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 637 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 638 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 639 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 640 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 641 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 642 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 643 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 644 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 645 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 646 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 647 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 648 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 649 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:37 GMT
         
     | 
| 
      
 650 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 651 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 652 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 653 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 654 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 655 
     | 
    
         
            +
                  - qd-app-03-trial1gyudoamc96cg1gq15d5l0b61g.qd-app-03-trial35352
         
     | 
| 
      
 656 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 657 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 658 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 659 
     | 
    
         
            +
                  - JSESSIONID=qd-app-03-trial1gyudoamc96cg1gq15d5l0b61g.qd-app-03-trial;Path=/slm;Secure
         
     | 
| 
      
 660 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 661 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 662 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 663 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 664 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 665 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 666 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 667 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 668 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 669 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 670 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2990261501" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 5">
         
     | 
| 
      
 671 
     | 
    
         
            +
                    <CreationDate>2011-03-05T22:47:30.255Z</CreationDate>
         
     | 
| 
      
 672 
     | 
    
         
            +
                    <ObjectID>2990261501</ObjectID>
         
     | 
| 
      
 673 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 674 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 675 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 676 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 677 
     | 
    
         
            +
                    <FormattedID>TA8</FormattedID>
         
     | 
| 
      
 678 
     | 
    
         
            +
                    <LastUpdateDate>2011-03-05T22:47:30.277Z</LastUpdateDate>
         
     | 
| 
      
 679 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 680 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 681 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2990261502" type="RevisionHistory" />
         
     | 
| 
      
 682 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 683 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 684 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 685 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 686 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 687 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 688 
     | 
    
         
            +
                    <TaskIndex>5</TaskIndex>
         
     | 
| 
      
 689 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 690 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 691 
     | 
    
         
            +
                  
         
     | 
| 
      
 692 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 693 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 694 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 695 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 696 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3582864714
         
     | 
| 
      
 697 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 698 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 699 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 700 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 701 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 702 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 703 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 704 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 705 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 706 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 707 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 708 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 709 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 710 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 711 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 712 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 713 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 714 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 715 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 716 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 717 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:38 GMT
         
     | 
| 
      
 718 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 719 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 720 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 721 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 722 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 723 
     | 
    
         
            +
                  - qd-app-02-trialkri46dkrl8h51swn5thhadjcf.qd-app-02-trial33681
         
     | 
| 
      
 724 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 725 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 726 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 727 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trialkri46dkrl8h51swn5thhadjcf.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 728 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 729 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 730 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 731 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 732 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 733 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 734 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 735 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 736 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 737 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 738 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3582864714" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jun 7">
         
     | 
| 
      
 739 
     | 
    
         
            +
                    <CreationDate>2011-06-07T14:51:35.725Z</CreationDate>
         
     | 
| 
      
 740 
     | 
    
         
            +
                    <ObjectID>3582864714</ObjectID>
         
     | 
| 
      
 741 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 742 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 743 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 744 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 745 
     | 
    
         
            +
                    <FormattedID>TA9</FormattedID>
         
     | 
| 
      
 746 
     | 
    
         
            +
                    <LastUpdateDate>2011-06-07T14:51:35.751Z</LastUpdateDate>
         
     | 
| 
      
 747 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 748 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 749 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3582864715" type="RevisionHistory" />
         
     | 
| 
      
 750 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 751 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 752 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 753 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 754 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 755 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 756 
     | 
    
         
            +
                    <TaskIndex>6</TaskIndex>
         
     | 
| 
      
 757 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 758 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 759 
     | 
    
         
            +
                  
         
     | 
| 
      
 760 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 761 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 762 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 763 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 764 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3831685531
         
     | 
| 
      
 765 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 766 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 767 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 768 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 769 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 770 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 771 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 772 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 773 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 774 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 775 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 776 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 777 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 778 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 779 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 780 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 781 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 782 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 783 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 784 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 785 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:39 GMT
         
     | 
| 
      
 786 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 787 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 788 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 789 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 790 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 791 
     | 
    
         
            +
                  - qd-app-03-trialfgfby24mvc6h1tf6swl6ovzxs.qd-app-03-trial35410
         
     | 
| 
      
 792 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 793 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 794 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 795 
     | 
    
         
            +
                  - JSESSIONID=qd-app-03-trialfgfby24mvc6h1tf6swl6ovzxs.qd-app-03-trial;Path=/slm;Secure
         
     | 
| 
      
 796 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 797 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 798 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 799 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 800 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 801 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 802 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 803 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 804 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 805 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 806 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3831685531" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jul 12">
         
     | 
| 
      
 807 
     | 
    
         
            +
                    <CreationDate>2011-07-12T14:43:28.426Z</CreationDate>
         
     | 
| 
      
 808 
     | 
    
         
            +
                    <ObjectID>3831685531</ObjectID>
         
     | 
| 
      
 809 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 810 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 811 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 812 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 813 
     | 
    
         
            +
                    <FormattedID>TA10</FormattedID>
         
     | 
| 
      
 814 
     | 
    
         
            +
                    <LastUpdateDate>2011-07-12T14:43:28.460Z</LastUpdateDate>
         
     | 
| 
      
 815 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 816 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 817 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3831685532" type="RevisionHistory" />
         
     | 
| 
      
 818 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 819 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 820 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 821 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 822 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 823 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 824 
     | 
    
         
            +
                    <TaskIndex>7</TaskIndex>
         
     | 
| 
      
 825 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 826 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 827 
     | 
    
         
            +
                  
         
     | 
| 
      
 828 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 829 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 830 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 831 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 832 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3833150966
         
     | 
| 
      
 833 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 834 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 835 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 836 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 837 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 838 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 839 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 840 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 841 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 842 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 843 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 844 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 845 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 846 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 847 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 848 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 849 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 850 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 851 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 852 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 853 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:41 GMT
         
     | 
| 
      
 854 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 855 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 856 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 857 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 858 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 859 
     | 
    
         
            +
                  - qd-app-03-trial151xn80bh1ihwgwiy8t3coawp.qd-app-03-trial35444
         
     | 
| 
      
 860 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 861 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 862 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 863 
     | 
    
         
            +
                  - JSESSIONID=qd-app-03-trial151xn80bh1ihwgwiy8t3coawp.qd-app-03-trial;Path=/slm;Secure
         
     | 
| 
      
 864 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 865 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 866 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 867 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 868 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 869 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 870 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 871 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 872 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 873 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 874 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833150966" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jul 12">
         
     | 
| 
      
 875 
     | 
    
         
            +
                    <CreationDate>2011-07-12T17:23:33.103Z</CreationDate>
         
     | 
| 
      
 876 
     | 
    
         
            +
                    <ObjectID>3833150966</ObjectID>
         
     | 
| 
      
 877 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 878 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 879 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 880 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 881 
     | 
    
         
            +
                    <FormattedID>TA11</FormattedID>
         
     | 
| 
      
 882 
     | 
    
         
            +
                    <LastUpdateDate>2011-07-12T17:23:33.125Z</LastUpdateDate>
         
     | 
| 
      
 883 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 884 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 885 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833150967" type="RevisionHistory" />
         
     | 
| 
      
 886 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 887 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 888 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 889 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 890 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 891 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 892 
     | 
    
         
            +
                    <TaskIndex>8</TaskIndex>
         
     | 
| 
      
 893 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 894 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 895 
     | 
    
         
            +
                  
         
     | 
| 
      
 896 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 897 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 898 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 899 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 900 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3833668871
         
     | 
| 
      
 901 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 902 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 903 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 904 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 905 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 906 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 907 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 908 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 909 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 910 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 911 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 912 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 913 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 914 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 915 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 916 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 917 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 918 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 919 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 920 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 921 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:42 GMT
         
     | 
| 
      
 922 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 923 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 924 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 925 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 926 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 927 
     | 
    
         
            +
                  - qd-app-03-trialg1evfzrz78ch1a9ovakpwhe69.qd-app-03-trial35467
         
     | 
| 
      
 928 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 929 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 930 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 931 
     | 
    
         
            +
                  - JSESSIONID=qd-app-03-trialg1evfzrz78ch1a9ovakpwhe69.qd-app-03-trial;Path=/slm;Secure
         
     | 
| 
      
 932 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 933 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 934 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 935 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 936 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 937 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 938 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 939 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 940 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 941 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 942 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833668871" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jul 12">
         
     | 
| 
      
 943 
     | 
    
         
            +
                    <CreationDate>2011-07-12T18:26:06.056Z</CreationDate>
         
     | 
| 
      
 944 
     | 
    
         
            +
                    <ObjectID>3833668871</ObjectID>
         
     | 
| 
      
 945 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 946 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 947 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 948 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 949 
     | 
    
         
            +
                    <FormattedID>TA12</FormattedID>
         
     | 
| 
      
 950 
     | 
    
         
            +
                    <LastUpdateDate>2011-07-12T18:26:06.079Z</LastUpdateDate>
         
     | 
| 
      
 951 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 952 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 953 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833668872" type="RevisionHistory" />
         
     | 
| 
      
 954 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 955 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 956 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 957 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 958 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 959 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 960 
     | 
    
         
            +
                    <TaskIndex>9</TaskIndex>
         
     | 
| 
      
 961 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 962 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 963 
     | 
    
         
            +
                  
         
     | 
| 
      
 964 
     | 
    
         
            +
                http_version: "1.1"
         
     | 
| 
      
 965 
     | 
    
         
            +
            - !ruby/struct:VCR::HTTPInteraction 
         
     | 
| 
      
 966 
     | 
    
         
            +
              request: !ruby/struct:VCR::Request 
         
     | 
| 
      
 967 
     | 
    
         
            +
                method: :get
         
     | 
| 
      
 968 
     | 
    
         
            +
                uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/4694941632
         
     | 
| 
      
 969 
     | 
    
         
            +
                body: 
         
     | 
| 
      
 970 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 971 
     | 
    
         
            +
                  x-rallyintegrationname: 
         
     | 
| 
      
 972 
     | 
    
         
            +
                  - RubyRestAPI
         
     | 
| 
      
 973 
     | 
    
         
            +
                  x-rallyintegrationlibrary: 
         
     | 
| 
      
 974 
     | 
    
         
            +
                  - RallyRestAPI version 1.0.3
         
     | 
| 
      
 975 
     | 
    
         
            +
                  x-rallyintegrationplatform: 
         
     | 
| 
      
 976 
     | 
    
         
            +
                  - Ruby 1.9.2
         
     | 
| 
      
 977 
     | 
    
         
            +
                  x-rallyintegrationos: 
         
     | 
| 
      
 978 
     | 
    
         
            +
                  - i686-linux
         
     | 
| 
      
 979 
     | 
    
         
            +
                  authorization: 
         
     | 
| 
      
 980 
     | 
    
         
            +
                  - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
         
     | 
| 
      
 981 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 982 
     | 
    
         
            +
                  - text/xml
         
     | 
| 
      
 983 
     | 
    
         
            +
              response: !ruby/struct:VCR::Response 
         
     | 
| 
      
 984 
     | 
    
         
            +
                status: !ruby/struct:VCR::ResponseStatus 
         
     | 
| 
      
 985 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 986 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 987 
     | 
    
         
            +
                headers: 
         
     | 
| 
      
 988 
     | 
    
         
            +
                  date: 
         
     | 
| 
      
 989 
     | 
    
         
            +
                  - Fri, 11 Nov 2011 02:46:43 GMT
         
     | 
| 
      
 990 
     | 
    
         
            +
                  server: 
         
     | 
| 
      
 991 
     | 
    
         
            +
                  - Jetty(6.1.26)
         
     | 
| 
      
 992 
     | 
    
         
            +
                  expires: 
         
     | 
| 
      
 993 
     | 
    
         
            +
                  - Thu, 01-Jan-1970 00:00:00 GMT
         
     | 
| 
      
 994 
     | 
    
         
            +
                  rallyrequestid: 
         
     | 
| 
      
 995 
     | 
    
         
            +
                  - qd-app-02-trial1sacrzft362g71q0zrpyqhqw36.qd-app-02-trial33790
         
     | 
| 
      
 996 
     | 
    
         
            +
                  content-type: 
         
     | 
| 
      
 997 
     | 
    
         
            +
                  - text/xml;  charset=utf-8
         
     | 
| 
      
 998 
     | 
    
         
            +
                  set-cookie: 
         
     | 
| 
      
 999 
     | 
    
         
            +
                  - JSESSIONID=qd-app-02-trial1sacrzft362g71q0zrpyqhqw36.qd-app-02-trial;Path=/slm;Secure
         
     | 
| 
      
 1000 
     | 
    
         
            +
                  vary: 
         
     | 
| 
      
 1001 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 1002 
     | 
    
         
            +
                  p3p: 
         
     | 
| 
      
 1003 
     | 
    
         
            +
                  - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
         
     | 
| 
      
 1004 
     | 
    
         
            +
                  cache-control: 
         
     | 
| 
      
 1005 
     | 
    
         
            +
                  - no-cache, private,max-age=0,must-revalidate
         
     | 
| 
      
 1006 
     | 
    
         
            +
                  transfer-encoding: 
         
     | 
| 
      
 1007 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 1008 
     | 
    
         
            +
                body: |+
         
     | 
| 
      
 1009 
     | 
    
         
            +
                  <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 1010 
     | 
    
         
            +
                  <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/4694941632" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Nov 8">
         
     | 
| 
      
 1011 
     | 
    
         
            +
                    <CreationDate>2011-11-08T21:31:17.128Z</CreationDate>
         
     | 
| 
      
 1012 
     | 
    
         
            +
                    <ObjectID>4694941632</ObjectID>
         
     | 
| 
      
 1013 
     | 
    
         
            +
                    <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
         
     | 
| 
      
 1014 
     | 
    
         
            +
                    <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
         
     | 
| 
      
 1015 
     | 
    
         
            +
                    <Description>Here we go tasks</Description>
         
     | 
| 
      
 1016 
     | 
    
         
            +
                    <Discussion />
         
     | 
| 
      
 1017 
     | 
    
         
            +
                    <FormattedID>TA13</FormattedID>
         
     | 
| 
      
 1018 
     | 
    
         
            +
                    <LastUpdateDate>2011-11-08T21:31:17.165Z</LastUpdateDate>
         
     | 
| 
      
 1019 
     | 
    
         
            +
                    <Name>TaskTesting</Name>
         
     | 
| 
      
 1020 
     | 
    
         
            +
                    <Notes />
         
     | 
| 
      
 1021 
     | 
    
         
            +
                    <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/4694941633" type="RevisionHistory" />
         
     | 
| 
      
 1022 
     | 
    
         
            +
                    <Tags />
         
     | 
| 
      
 1023 
     | 
    
         
            +
                    <Attachments />
         
     | 
| 
      
 1024 
     | 
    
         
            +
                    <Blocked>false</Blocked>
         
     | 
| 
      
 1025 
     | 
    
         
            +
                    <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
         
     | 
| 
      
 1026 
     | 
    
         
            +
                    <Rank>549999999999.999</Rank>
         
     | 
| 
      
 1027 
     | 
    
         
            +
                    <State>Defined</State>
         
     | 
| 
      
 1028 
     | 
    
         
            +
                    <TaskIndex>10</TaskIndex>
         
     | 
| 
      
 1029 
     | 
    
         
            +
                    <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
         
     | 
| 
      
 1030 
     | 
    
         
            +
                  </Task>
         
     | 
| 
      
 1031 
     | 
    
         
            +
                  
         
     | 
| 
      
 1032 
     | 
    
         
            +
                http_version: "1.1"
         
     |