Rider-Call-Issue.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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":"datetime",
  35. "question":"Datetime of when the issue was experienced (if known and applicable)"
  36. },
  37. {
  38. "type":"text",
  39. "question":"Bus number the problem was encountered on (if applicable)"
  40. },
  41. {
  42. "type":"text",
  43. "question":"What route was the problem experienced on (if applicable)"
  44. },
  45. {
  46. "type":"group",
  47. "question":"Classification of issue",
  48. "item":[
  49. "other",
  50. "Store website down",
  51. "Could not purchase passes online (general web store failure)",
  52. "Purchase pass through website failure",
  53. "Used pass on bus but no passes on card or unknown card reported",
  54. "Lost card"
  55. ]
  56. },
  57. {
  58. "type":"boolean",
  59. "question":"Was the issue resolved?",
  60. "item": [{ "type":"text", "question":"If yes, what was the resolution?" }]
  61. },
  62. {
  63. }
  64. ]
  65. }