wxccai/ss-fields-426.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

103 lines
No EOL
2.3 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_10563",
"name": "Description",
"description": "",
"required": true,
"defaultValues": [],
"validValues": [],
"jiraSchema": {
"type": "string",
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
"customId": 10563
},
"visible": true
},
{
"fieldId": "customfield_10264",
"name": "Urgency",
"description": "",
"required": false,
"defaultValues": [
{
"value": "10480",
"label": "Medium",
"children": []
}
],
"validValues": [
{
"value": "10478",
"label": "Critical",
"children": []
},
{
"value": "10479",
"label": "High",
"children": []
},
{
"value": "10480",
"label": "Medium",
"children": []
},
{
"value": "10481",
"label": "Low",
"children": []
}
],
"jiraSchema": {
"type": "option",
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
"customId": 10264
},
"visible": true
},
{
"fieldId": "attachment",
"name": "Attachment",
"description": "",
"required": false,
"defaultValues": [],
"validValues": [],
"jiraSchema": {
"type": "array",
"items": "attachment",
"system": "attachment"
},
"visible": true
}
],
"canRaiseOnBehalfOf": true,
"canAddRequestParticipants": true
}