wxccai/ss-fields-493.json
jmcqueen 1070967870 Initial commit: Webex CC + Jira + xAI service
Core capabilities:
- Jira ticket lifecycle: status, update, comment, transitions, close
- JSM Store Support request creation with Assets object resolution
- Assets AQL diagnostic probe endpoint with schema/type introspection
- Webex transcript ingestion (audio + JSON + human-readable) with
  restricted-visibility summary comments
- Grok-powered single-ticket and open-tickets-by-reporter summaries

Repo hygiene:
- .gitignore covering .env, node_modules, logs, IDE dirs
- .env.example documenting every env var
- discover-ss-*.js scripts refactored to read credentials from .env
- README covering setup, endpoints, and the Assets scope-vs-role gotcha

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 15:23:20 -04:00

216 lines
No EOL
5.5 KiB
JSON

{
"requestTypeFields": [
{
"fieldId": "summary",
"name": "Summary",
"description": "",
"required": true,
"defaultValues": [],
"validValues": [],
"jiraSchema": {
"type": "string",
"system": "summary"
},
"visible": true
},
{
"fieldId": "customfield_10261",
"name": "Store Number",
"description": "",
"required": true,
"defaultValues": [],
"validValues": [],
"jiraSchema": {
"type": "array",
"items": "cmdb-object-field",
"custom": "com.atlassian.jira.plugins.cmdb:cmdb-object-cftype",
"customId": 10261
},
"visible": true
},
{
"fieldId": "customfield_11688",
"name": "Reason for Transportation Request",
"description": "",
"required": true,
"defaultValues": [],
"validValues": [
{
"value": "13706",
"label": "Urgent Store Closure",
"children": [
{
"value": "13711",
"label": "Power Outage",
"children": []
},
{
"value": "13712",
"label": "Fire",
"children": []
},
{
"value": "13713",
"label": "Mall Closure",
"children": []
},
{
"value": "13714",
"label": "Weather Hazard",
"children": []
},
{
"value": "13715",
"label": "Unexpected Closure",
"children": []
}
]
},
{
"value": "13707",
"label": "Unprofessional Driver Issue",
"children": [
{
"value": "13716",
"label": "Unsafe / Hostile Work Environment",
"children": []
},
{
"value": "13717",
"label": "Profanity / Offensive Language",
"children": []
},
{
"value": "13718",
"label": "Receiving shipment anywhere but back room stock door",
"children": []
}
]
},
{
"value": "13708",
"label": "Carrier Issue",
"children": [
{
"value": "13719",
"label": "Delivering outside of delivery window (includes after 5p & Saturday)",
"children": []
},
{
"value": "13720",
"label": "Unprofessional Driver",
"children": []
},
{
"value": "13721",
"label": "Damaged Carton (if issue is consistently happening)",
"children": []
},
{
"value": "13722",
"label": "Delivery not meeting company standard / policies",
"children": []
},
{
"value": "13723",
"label": "Picking up outside of pickup window provided",
"children": []
}
]
},
{
"value": "13709",
"label": "Missed Pickup",
"children": [
{
"value": "13724",
"label": "BOSS FedEx Express",
"children": []
},
{
"value": "13725",
"label": "BOSS FedEx Ground",
"children": []
},
{
"value": "13726",
"label": "BOSS USPS",
"children": []
},
{
"value": "13727",
"label": "FedEx Ground (Transfer)",
"children": []
},
{
"value": "13728",
"label": "FedEx Express (Transfer)",
"children": []
},
{
"value": "13729",
"label": "CA Post (BOSS)",
"children": []
},
{
"value": "13730",
"label": "Purolator (BOSS)",
"children": []
},
{
"value": "13731",
"label": "UPS",
"children": []
}
]
},
{
"value": "13710",
"label": "Ship Manager Issue",
"children": [
{
"value": "13732",
"label": "Unable to Login - Fedex Ship Manager or UPS Campus Ship Manager (CANADA ONLY)",
"children": []
}
]
}
],
"jiraSchema": {
"type": "option-with-child",
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect",
"customId": 11688
},
"visible": true
},
{
"fieldId": "description",
"name": "Detailed Description",
"description": "",
"required": true,
"defaultValues": [],
"validValues": [],
"jiraSchema": {
"type": "string",
"system": "description"
},
"visible": true
},
{
"fieldId": "attachment",
"name": "Attachment",
"description": "",
"required": false,
"defaultValues": [],
"validValues": [],
"jiraSchema": {
"type": "array",
"items": "attachment",
"system": "attachment"
},
"visible": true
}
],
"canRaiseOnBehalfOf": true,
"canAddRequestParticipants": true
}