@@ -28,21 +28,52 @@ AI-powered Alfred workflow that creates Jira tickets from Slack threads or any t
28284 . Wait for AI to extract ticket information
29295 . Press Enter to create the ticket in Jira
3030
31- ## Example
31+ ## Examples
32+
33+ ### Example - From Slack Thread (Bug Report)
3234
3335** Input:**
3436
3537```
36- We need to implement OAuth2 authentication for the API.
37- This should include Google and GitHub providers,
38- token refresh, and session management.
38+ @sarah [2:34 PM]
39+ Our checkout page is broken on Safari. Getting "undefined is not an object" errors in console.
40+
41+ @mike.dev [2:36 PM]
42+ Can confirm. Only affects Safari 17+. Works fine on Chrome and Firefox.
43+
44+ @product.manager [2:38 PM]
45+ This is critical - Safari is 35% of our traffic. Need fix ASAP.
3946
40- High priority - launching in 2 weeks. Probably 5 points.
47+ @sarah [2:39 PM]
48+ Looking at the error, seems related to the new payment widget. Should be quick fix, maybe 2 points?
4149```
4250
43- ** Output:**
51+ ** AI Extraction (Preview in Alfred):**
52+
53+ ```
54+ [Bug] [Checkout] Fix undefined error on Safari 17+ with payment widget | Bug • 2 points • Highest | Press...
55+ ```
4456
4557```
46- ✅ Created PROJ-123: Implement OAuth2 authentication for API
47- Story • 5 points • Click to open in Jira
58+ ✅ SHOP-456: Fix checkout errors on Safari 17+
59+
60+ Type: Bug
61+ Priority: Highest
62+ Story Points: 2
63+ Status: To Do
64+
65+ Description:
66+ Checkout page fails on Safari 17+ with "undefined is not an object" console errors.
67+
68+ Steps to Reproduce:
69+ • Open checkout page on Safari 17+
70+ • Attempt to complete purchase
71+ • Error appears in console
72+
73+ Impact:
74+ • Affects 35% of user traffic
75+ • Payment widget integration issue
76+ • Works correctly on Chrome and Firefox
77+
78+ 🔗 https://yourcompany.atlassian.net/browse/SHOP-456
4879```
0 commit comments