Rider-Call-Issue.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "title":"Rider Call Issue",
  3. "description":"An issue ticket to get information about a rider call",
  4. "item": [
  5. {
  6. "type":"text",
  7. "question":"Name of employee who handled the call"
  8. },
  9. {
  10. "type":"datetime",
  11. "question":"Datetime of call"
  12. },
  13. {
  14. "type":"text",
  15. "question":"Name of caller"
  16. },
  17. {
  18. "type":"text",
  19. "question":"Phone number of caller"
  20. },
  21. {
  22. "type":"text",
  23. "question":"Email of caller"
  24. },
  25. {
  26. "type":"text",
  27. "question":"Username of caller"
  28. },
  29. {
  30. "type":"text",
  31. "question":"Describe the issue the caller is experiencing"
  32. },
  33. {
  34. "type":"group",
  35. "question":"Classification of issue",
  36. "item":[
  37. "other",
  38. "Store website down",
  39. "Could not purchase passes online (general web store failure)",
  40. "Purchase pass through website failure",
  41. "Used pass on bus but no passes on card",
  42. "Lost card"
  43. ]
  44. },
  45. {
  46. "type":"boolean",
  47. "question":"What the issue resolved?",
  48. "item": [{ "type":"text", "question":"If yes, what was the resolution?" }]
  49. },
  50. {
  51. }
  52. ]
  53. }