-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChat_Assistant_Testing_Aug25.txt
More file actions
335 lines (169 loc) · 6.98 KB
/
Chat_Assistant_Testing_Aug25.txt
File metadata and controls
335 lines (169 loc) · 6.98 KB
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
AI Assistant Chat Testing on SprintIQ
Overview
I tested SprintIQ’s built‑in AI Assistant chat after logging into the platform and exploring dashboards and
tasks. The chat can be opened from the floating chat bubble on pages such as the Team dashboard. It
claims to answer questions, generate reports and analyze data. To evaluate its capabilities, I sent several
product‑manager‑style queries and observed how it responded.
Test Methodology
1.
Open chat – Navigated to the Team section and clicked the “AI Assistant” bubble. This opened a chat
window with an input box and a message indicating that it can analyze data and answer questions.
2.
Ask about sprint management – Sent the question “What can you do to help a product manager
manage sprints?” I waited for the assistant to respond.
3.
Ask about Jira progress – Asked “What’s the progress of our Jira project?” to see whether the
assistant could fetch real project metrics.
4.
5.
Request a sprint health report – Sent the instruction “Generate a sprint health report.”
Attempt to download report – Clicked the Download Report button shown in the assistant’s reply.
Findings
Test
Result
Evidence
“What can
you do to help
a product
manager
manage
sprints?”
The assistant responded with six bullet‑point suggestions.
Suggestions included syncing Jira/Linear tickets to
Monday.com for real‑time visibility, tracking sprint progress
with velocity charts, flagging blockers from Slack/PR
Chat response
comments, assigning tasks based on team capacity, applying
screenshot
sprint templates, and setting up automation rules
1
. The
showing bullet
response contained no project‑specific data and
points and agentic
recommended third‑party tools (Monday.com) that were not
analysis
1
.
integrated into the platform. A Download Report button and an
“Agentic Analysis” section showing internal model details
appeared below the response.
1
Test
Result
Evidence
The assistant replied that it could not assess Jira progress
because the Slack integration needed re‑authentication and
“What’s the
GitHub data was unavailable. It suggested re‑authenticating
progress of
Slack and checking the GitHub status page, and recommended
our Jira
project?”
manually checking the Jira dashboard as a fallback
2
. This
indicates that the assistant currently cannot access or
summarize Jira project data without integrations, and it
conflated unrelated systems (Slack, GitHub) with Jira.
“Generate a
After sending this command, the assistant did not return any
sprint health
response. The message remained in the conversation, but no
report.”
follow‑up appeared even after waiting.
Chat response
screenshot
showing inability
to assess Jira
progress
2
.
Chat window
shows the request
with no response
(no citation
available due to
lack of reply).
Download
Report button
Clicking Download Report did not trigger a download. There
Observation; no
was no indication that a file was generated, downloaded or
displayed.
download
occurred.
Positive Aspects
•
Simple interface: The chat window is easily accessible across the platform and supports long
messages. It shows the current page context (e.g., “User is viewing team management and member
information”), giving the assistant some situational awareness.
•
Task suggestions: The assistant’s first reply listed actionable ideas (e.g., assigning tasks, setting up
automation rules). Although generic, these suggestions could be helpful for new users.
•
Agentic Analysis: Responses include an “Agentic Analysis” section describing which internal agents
(QueryPlanner, Retriever, Generator, Judge, etc.) were used. While not directly useful to a product
manager, it provides transparency into the AI’s process.
Issues and Areas for Improvement
1.
Lack of real data: None of the assistant’s answers pulled metrics from our Jira dashboard or PRD
analysis. In its Jira progress reply, it simply stated that data was unavailable and suggested
re‑authenticating Slack and checking GitHub—systems unrelated to Jira progress
2
. Without active
integrations, the assistant cannot deliver project‑specific insights.
2.
Irrelevant tool recommendations: The first response suggested syncing Jira tickets to
Monday.com, a different project management platform. This recommendation does not align with a
Jira‑focused workflow and could confuse users
1
.
3.
Unreliable command execution: Sending “Generate a sprint health report” yielded no reply, so it’s
unclear whether the assistant supports generating reports at all. Similarly, the Download Report
button did not function. These broken features make it difficult to trust the assistant for reporting
tasks.
4.
Ambiguous error messages: The assistant claimed Slack integration required re‑authentication
when I only asked about Jira progress
2
. Such cross‑system error messages may mislead users.
2
5.
UI scroll and send issues: The chat window’s internal scroll bar is narrow and can be hard to
manipulate. When sending messages, hitting Enter sometimes didn’t record the message,
causing confusion. The user must occasionally click the arrow icon to ensure sending.
Missing Features
•
Data retrieval from connected dashboards: The assistant cannot fetch or summarize metrics from
custom dashboards (e.g., Issue Resolution Time, Team Velocity). A helpful assistant should answer
questions like “How many open issues do we have?” or “Are we on track for this sprint?” using
integrated data.
•
PRD analysis queries: There is no integration between the document‑analysis features and the chat;
I could not ask the assistant to summarize or compare PRD documents.
•
Interactive follow‑ups: The assistant does not ask clarifying questions or guide the user to relevant
actions (e.g., integrating Jira). It should instruct how to enable data connections.
Overall Assessment
The AI Assistant chat in SprintIQ provides a convenient interface but offers limited practical value in its
current form. Responses are generic, reliant on external integrations and often unrelated to the user’s
actual context. Critical capabilities like generating reports or pulling live sprint metrics did not work during
testing. For this assistant to be truly useful to product managers, it needs to:
•
Seamlessly access project data (Jira, GitHub, Slack) once integrations are configured.
•
Understand user context and provide relevant metrics or status updates instead of generic
third‑party suggestions.
•
Generate and export actionable reports (e.g., sprint health, PRD change summaries) on demand.
•
Provide clear guidance when data is unavailable and help users set up the necessary integrations.
Until these improvements are made, the AI assistant functions more like a concept demo than a reliable
tool for managing sprints.
1
2
SprintIQ - AI-Powered Sprint Intelligence
https://www.sprintiq.io/team
3