Last active
September 20, 2016 10:33
-
-
Save jamesbirrellgray/4d502661e5c36fa637d81eca20a51917 to your computer and use it in GitHub Desktop.
DCD Support Desk - UI User Report Form Payload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
userName: "string", | |
userTel: "integer", | |
userEmail: "string", | |
userMessage: "string", | |
pageUrl: "string", | |
service: "string", | |
feature: "string", | |
jiraEpicId: "string", | |
apiDependencies: ['api.endpoint','api.endpoint'], | |
uiAutoGeneratedErrors: [ | |
{ | |
time: "string", | |
error: "", | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment