File: test_queryShow.yaml

package info (click to toggle)
azure-devops-cli-extension 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 22,680 kB
  • sloc: python: 160,797; xml: 198; sh: 61; makefile: 56
file content (377 lines) | stat: -rw-r--r-- 13,958 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
interactions:
- request:
    body: null
    headers:
      Accept:
      - application/json;api-version=5.0
      Accept-Encoding:
      - gzip, deflate
      Connection:
      - keep-alive
      Content-Type:
      - application/json; charset=utf-8
      User-Agent:
      - python/3.10.11 (Windows-10-10.0.22621-SP0) msrest/0.7.1 azure-devops/5.1.0b4
        devOpsCli/0.26.0
      X-TFS-FedAuthRedirect:
      - Suppress
      X-TFS-Session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      X-VSS-ForceMsaPassThrough:
      - 'true'
    method: GET
    uri: https://dev.azure.com/v-anvashist0376/_apis/projects?stateFilter=all&$top=1&$skip=0
  response:
    body:
      string: '{"count":1,"value":[{"id":"41b8d8d8-b4a3-479a-8434-bf6e0139ee86","name":"MITesting","url":"https://dev.azure.com/v-anvashist0376/_apis/projects/41b8d8d8-b4a3-479a-8434-bf6e0139ee86","state":"wellFormed","revision":20,"visibility":"organization","lastUpdateTime":"2023-09-12T04:50:28.28Z"}]}'
    headers:
      access-control-expose-headers:
      - Request-Context
      activityid:
      - 193898d3-3088-4e8e-99fb-81e826079317
      cache-control:
      - no-cache
      content-length:
      - '290'
      content-type:
      - application/json; charset=utf-8; api-version=5.0
      date:
      - Fri, 22 Dec 2023 12:17:44 GMT
      expires:
      - '-1'
      p3p:
      - CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV
        STA UNI COM INT PHY ONL FIN PUR LOC CNT"
      pragma:
      - no-cache
      request-context:
      - appId=cid-v1:0f8b2d32-fdff-4d39-87b8-548fb9450eb7
      strict-transport-security:
      - max-age=31536000; includeSubDomains
      vary:
      - Accept-Encoding
      x-cache:
      - CONFIG_NOCACHE
      x-content-type-options:
      - nosniff
      x-frame-options:
      - SAMEORIGIN
      x-ms-continuationtoken:
      - '1'
      x-msedge-ref:
      - 'Ref A: FC2237B4E6AD4F909EA514A03C26579F Ref B: MAA01EDGE0420 Ref C: 2023-12-22T12:17:44Z'
      x-tfs-processid:
      - 0de3b1be-f6c9-427b-99f7-962fa8ab8ee7
      x-tfs-session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      x-vss-e2eid:
      - 193898d3-3088-4e8e-99fb-81e826079317
      x-vss-senderdeploymentid:
      - ed30ce5c-9d0a-f73c-3580-4315c7f84d83
      x-vss-userdata:
      - 22157d54-1821-6536-a446-928b06348385:v-sbestala@microsoft.com
    status:
      code: 200
      message: OK
- request:
    body: null
    headers:
      Accept:
      - application/json;api-version=5.0
      Accept-Encoding:
      - gzip, deflate
      Connection:
      - keep-alive
      Content-Type:
      - application/json; charset=utf-8
      User-Agent:
      - python/3.10.11 (Windows-10-10.0.22621-SP0) msrest/0.7.1 azure-devops/5.1.0b4
        devOpsCli/0.26.0
      X-TFS-FedAuthRedirect:
      - Suppress
      X-TFS-Session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      X-VSS-ForceMsaPassThrough:
      - 'true'
    method: GET
    uri: https://dev.azure.com/v-anvashist0376/_apis/wit/wiql/253d8eb4-0bd1-4c92-adc9-d305c8b99b92
  response:
    body:
      string: '{"queryType":"flat","queryResultType":"workItem","asOf":"2023-12-22T12:17:45.27Z","columns":[{"referenceName":"System.Id","name":"ID","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.Id"},{"referenceName":"System.WorkItemType","name":"Work
        Item Type","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.WorkItemType"},{"referenceName":"System.Title","name":"Title","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.Title"},{"referenceName":"System.AssignedTo","name":"Assigned
        To","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.AssignedTo"},{"referenceName":"System.State","name":"State","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.State"},{"referenceName":"System.Tags","name":"Tags","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.Tags"}],"workItems":[{"id":40,"url":"https://dev.azure.com/v-anvashist0376/b023dc57-8bd5-493a-b139-54ae60562ae9/_apis/wit/workItems/40"},{"id":41,"url":"https://dev.azure.com/v-anvashist0376/b023dc57-8bd5-493a-b139-54ae60562ae9/_apis/wit/workItems/41"}]}'
    headers:
      access-control-expose-headers:
      - Request-Context
      activityid:
      - 193899f1-3088-4e8e-99fb-81e826079317
      cache-control:
      - no-cache
      content-length:
      - '1111'
      content-type:
      - application/json; charset=utf-8; api-version=5.0
      date:
      - Fri, 22 Dec 2023 12:17:44 GMT
      expires:
      - '-1'
      p3p:
      - CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV
        STA UNI COM INT PHY ONL FIN PUR LOC CNT"
      pragma:
      - no-cache
      request-context:
      - appId=cid-v1:0f8b2d32-fdff-4d39-87b8-548fb9450eb7
      strict-transport-security:
      - max-age=31536000; includeSubDomains
      vary:
      - Accept-Encoding
      x-cache:
      - CONFIG_NOCACHE
      x-content-type-options:
      - nosniff
      x-frame-options:
      - SAMEORIGIN
      x-msedge-ref:
      - 'Ref A: 4224D774392D4B5DAF2E95978C56A31B Ref B: MAA01EDGE1019 Ref C: 2023-12-22T12:17:45Z'
      x-tfs-processid:
      - 0de3b1be-f6c9-427b-99f7-962fa8ab8ee7
      x-tfs-session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      x-total-count:
      - '2'
      x-vss-e2eid:
      - 193899f1-3088-4e8e-99fb-81e826079317
      x-vss-senderdeploymentid:
      - ed30ce5c-9d0a-f73c-3580-4315c7f84d83
      x-vss-userdata:
      - 22157d54-1821-6536-a446-928b06348385:v-sbestala@microsoft.com
    status:
      code: 200
      message: OK
- request:
    body: null
    headers:
      Accept:
      - application/json;api-version=5.0
      Accept-Encoding:
      - gzip, deflate
      Connection:
      - keep-alive
      Content-Type:
      - application/json; charset=utf-8
      User-Agent:
      - python/3.10.11 (Windows-10-10.0.22621-SP0) msrest/0.7.1 azure-devops/5.1.0b4
        devOpsCli/0.26.0
      X-TFS-FedAuthRedirect:
      - Suppress
      X-TFS-Session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      X-VSS-ForceMsaPassThrough:
      - 'true'
    method: GET
    uri: https://dev.azure.com/v-anvashist0376/_apis/wit/workItems?ids=40%2C41&fields=System.Id%2CSystem.WorkItemType%2CSystem.Title%2CSystem.AssignedTo%2CSystem.State%2CSystem.Tags&asOf=2023-12-22T12%3A17%3A45.270Z
  response:
    body:
      string: '{"count":2,"value":[{"id":40,"rev":1,"fields":{"System.Id":40,"System.WorkItemType":"Issue","System.State":"To
        Do","System.Title":"Test"},"url":"https://dev.azure.com/v-anvashist0376/_apis/wit/workItems/40"},{"id":41,"rev":1,"fields":{"System.Id":41,"System.WorkItemType":"Task","System.State":"To
        Do","System.Title":"Test2"},"url":"https://dev.azure.com/v-anvashist0376/_apis/wit/workItems/41"}]}'
    headers:
      access-control-expose-headers:
      - Request-Context
      activityid:
      - 7a38d68f-b7b1-441b-a58b-7052c1f48cbe
      cache-control:
      - no-cache
      content-length:
      - '397'
      content-type:
      - application/json; charset=utf-8; api-version=5.0
      date:
      - Fri, 22 Dec 2023 12:17:45 GMT
      expires:
      - '-1'
      p3p:
      - CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV
        STA UNI COM INT PHY ONL FIN PUR LOC CNT"
      pragma:
      - no-cache
      request-context:
      - appId=cid-v1:0f8b2d32-fdff-4d39-87b8-548fb9450eb7
      strict-transport-security:
      - max-age=31536000; includeSubDomains
      vary:
      - Accept-Encoding
      x-cache:
      - CONFIG_NOCACHE
      x-content-type-options:
      - nosniff
      x-frame-options:
      - SAMEORIGIN
      x-msedge-ref:
      - 'Ref A: 15B16E31B7754C3CB1F3126B5EF7B715 Ref B: MAA01EDGE1416 Ref C: 2023-12-22T12:17:45Z'
      x-tfs-processid:
      - db974dbf-deb3-4e16-a9a2-f638bd661019
      x-tfs-session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      x-vss-e2eid:
      - 7a38d68f-b7b1-441b-a58b-7052c1f48cbe
      x-vss-senderdeploymentid:
      - ed30ce5c-9d0a-f73c-3580-4315c7f84d83
      x-vss-userdata:
      - 22157d54-1821-6536-a446-928b06348385:v-sbestala@microsoft.com
    status:
      code: 200
      message: OK
- request:
    body: '{"query": "select [System.Id], [System.WorkItemType], [System.Title], [System.AssignedTo],
      [System.State], [System.Tags] from WorkItems where [System.TeamProject] = ''WorkItemCreateShowUpdateDeleteTests''
      and [System.WorkItemType] = ''Task''"}'
    headers:
      Accept:
      - application/json;api-version=5.0
      Accept-Encoding:
      - gzip, deflate
      Connection:
      - keep-alive
      Content-Length:
      - '239'
      Content-Type:
      - application/json; charset=utf-8
      User-Agent:
      - python/3.10.11 (Windows-10-10.0.22621-SP0) msrest/0.7.1 azure-devops/5.1.0b4
        devOpsCli/0.26.0
      X-TFS-FedAuthRedirect:
      - Suppress
      X-TFS-Session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      X-VSS-ForceMsaPassThrough:
      - 'true'
    method: POST
    uri: https://dev.azure.com/v-anvashist0376/_apis/wit/wiql
  response:
    body:
      string: '{"queryType":"flat","queryResultType":"workItem","asOf":"2023-12-22T12:17:46.59Z","columns":[{"referenceName":"System.Id","name":"ID","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.Id"},{"referenceName":"System.WorkItemType","name":"Work
        Item Type","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.WorkItemType"},{"referenceName":"System.Title","name":"Title","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.Title"},{"referenceName":"System.AssignedTo","name":"Assigned
        To","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.AssignedTo"},{"referenceName":"System.State","name":"State","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.State"},{"referenceName":"System.Tags","name":"Tags","url":"https://dev.azure.com/v-anvashist0376/_apis/wit/fields/System.Tags"}],"workItems":[{"id":41,"url":"https://dev.azure.com/v-anvashist0376/_apis/wit/workItems/41"}]}'
    headers:
      access-control-expose-headers:
      - Request-Context
      activityid:
      - 193887d1-3088-4e8e-99fb-81e826079317
      cache-control:
      - no-cache
      content-length:
      - '958'
      content-type:
      - application/json; charset=utf-8; api-version=5.0
      date:
      - Fri, 22 Dec 2023 12:17:45 GMT
      expires:
      - '-1'
      p3p:
      - CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV
        STA UNI COM INT PHY ONL FIN PUR LOC CNT"
      pragma:
      - no-cache
      request-context:
      - appId=cid-v1:0f8b2d32-fdff-4d39-87b8-548fb9450eb7
      strict-transport-security:
      - max-age=31536000; includeSubDomains
      vary:
      - Accept-Encoding
      x-cache:
      - CONFIG_NOCACHE
      x-content-type-options:
      - nosniff
      x-frame-options:
      - SAMEORIGIN
      x-msedge-ref:
      - 'Ref A: EA48DBADFB9B4801BFE0754CF59046BC Ref B: MAA01EDGE0508 Ref C: 2023-12-22T12:17:46Z'
      x-tfs-processid:
      - 0de3b1be-f6c9-427b-99f7-962fa8ab8ee7
      x-tfs-session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      x-vss-e2eid:
      - 193887d1-3088-4e8e-99fb-81e826079317
      x-vss-senderdeploymentid:
      - ed30ce5c-9d0a-f73c-3580-4315c7f84d83
      x-vss-userdata:
      - 22157d54-1821-6536-a446-928b06348385:v-sbestala@microsoft.com
    status:
      code: 200
      message: OK
- request:
    body: null
    headers:
      Accept:
      - application/json;api-version=5.0
      Accept-Encoding:
      - gzip, deflate
      Connection:
      - keep-alive
      Content-Type:
      - application/json; charset=utf-8
      User-Agent:
      - python/3.10.11 (Windows-10-10.0.22621-SP0) msrest/0.7.1 azure-devops/5.1.0b4
        devOpsCli/0.26.0
      X-TFS-FedAuthRedirect:
      - Suppress
      X-TFS-Session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      X-VSS-ForceMsaPassThrough:
      - 'true'
    method: GET
    uri: https://dev.azure.com/v-anvashist0376/_apis/wit/workItems?ids=41&fields=System.Id%2CSystem.WorkItemType%2CSystem.Title%2CSystem.AssignedTo%2CSystem.State%2CSystem.Tags&asOf=2023-12-22T12%3A17%3A46.590Z
  response:
    body:
      string: '{"count":1,"value":[{"id":41,"rev":1,"fields":{"System.Id":41,"System.WorkItemType":"Task","System.State":"To
        Do","System.Title":"Test2"},"url":"https://dev.azure.com/v-anvashist0376/_apis/wit/workItems/41"}]}'
    headers:
      access-control-expose-headers:
      - Request-Context
      activityid:
      - f504406c-4dd0-4c6e-848c-432e1034f8d1
      cache-control:
      - no-cache
      content-length:
      - '209'
      content-type:
      - application/json; charset=utf-8; api-version=5.0
      date:
      - Fri, 22 Dec 2023 12:17:47 GMT
      expires:
      - '-1'
      p3p:
      - CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV
        STA UNI COM INT PHY ONL FIN PUR LOC CNT"
      pragma:
      - no-cache
      request-context:
      - appId=cid-v1:0f8b2d32-fdff-4d39-87b8-548fb9450eb7
      strict-transport-security:
      - max-age=31536000; includeSubDomains
      vary:
      - Accept-Encoding
      x-cache:
      - CONFIG_NOCACHE
      x-content-type-options:
      - nosniff
      x-frame-options:
      - SAMEORIGIN
      x-msedge-ref:
      - 'Ref A: 8525ECC8439A403A9F744EC90B1565E6 Ref B: MAA01EDGE1015 Ref C: 2023-12-22T12:17:47Z'
      x-tfs-processid:
      - 0c6da6c3-c88f-46e1-a986-517572a7a8ca
      x-tfs-session:
      - 3e0f8d5c-0973-48dd-901b-2ade7d5fc284
      x-vss-e2eid:
      - f504406c-4dd0-4c6e-848c-432e1034f8d1
      x-vss-senderdeploymentid:
      - ed30ce5c-9d0a-f73c-3580-4315c7f84d83
      x-vss-userdata:
      - 22157d54-1821-6536-a446-928b06348385:v-sbestala@microsoft.com
    status:
      code: 200
      message: OK
version: 1