@@ -28,6 +28,8 @@ snapshot[`Issue View Command - With Mock Server Terminal No Comments 1`] = `
2828stdout:
2929"# TEST-123: Fix authentication bug in login flow
3030
31+ **State:** In Progress
32+
3133Users are experiencing issues logging in when their session expires. This affects the main authentication flow and needs to be resolved quickly.
3234
3335## Steps to reproduce
@@ -50,6 +52,8 @@ snapshot[`Issue View Command - With No Comments Flag 1`] = `
5052stdout:
5153"# TEST-123: Fix authentication bug in login flow
5254
55+ **State:** In Progress
56+
5357Users are experiencing issues logging in when their session expires.
5458"
5559stderr:
@@ -60,6 +64,8 @@ snapshot[`Issue View Command - With Comments Default 1`] = `
6064stdout:
6165"# TEST-123: Fix authentication bug in login flow
6266
67+ **State:** In Progress
68+
6369Users are experiencing issues logging in when their session expires.
6470
6571## Comments
@@ -168,6 +174,8 @@ snapshot[`Issue View Command - With Parent And Sub-issues 1`] = `
168174stdout:
169175"# TEST-456: Implement user authentication
170176
177+ **State:** In Progress
178+
171179Add user authentication to the application.
172180
173181## Parent
@@ -190,7 +198,7 @@ snapshot[`Issue View Command - With Project And Milestone 1`] = `
190198stdout:
191199"# TEST-789: Add monitoring dashboards
192200
193- **Project:** Platform Infrastructure Q1 | **Milestone:** Phase 2: Observability
201+ **State:** In Progress | ** Project:** Platform Infrastructure Q1 | **Milestone:** Phase 2: Observability
194202
195203Set up Datadog dashboards for the new service.
196204"
@@ -202,7 +210,7 @@ snapshot[`Issue View Command - With Cycle 1`] = `
202210stdout:
203211"# TEST-890: Implement rate limiting
204212
205- **Project:** API Gateway v2 | **Cycle:** Sprint 7
213+ **State:** Todo | ** Project:** API Gateway v2 | **Cycle:** Sprint 7
206214
207215Add rate limiting to the API gateway.
208216"
0 commit comments