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>
115 lines
No EOL
2.9 KiB
JSON
115 lines
No EOL
2.9 KiB
JSON
{
|
|
"requestTypeFields": [
|
|
{
|
|
"fieldId": "summary",
|
|
"name": "Summary",
|
|
"description": "Insert Short Description of Issue",
|
|
"required": true,
|
|
"defaultValues": [],
|
|
"validValues": [],
|
|
"jiraSchema": {
|
|
"type": "string",
|
|
"system": "summary"
|
|
},
|
|
"visible": true
|
|
},
|
|
{
|
|
"fieldId": "customfield_10261",
|
|
"name": "Store Number",
|
|
"description": "Type in your store number and click on it to select.",
|
|
"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_10381",
|
|
"name": "Report System",
|
|
"description": "Click on the drop down and select how this report is accessed.",
|
|
"required": false,
|
|
"defaultValues": [],
|
|
"validValues": [
|
|
{
|
|
"value": "11381",
|
|
"label": "Cognos",
|
|
"children": []
|
|
},
|
|
{
|
|
"value": "11382",
|
|
"label": "Metric Insight",
|
|
"children": []
|
|
},
|
|
{
|
|
"value": "11383",
|
|
"label": "Tableau",
|
|
"children": []
|
|
},
|
|
{
|
|
"value": "11384",
|
|
"label": "Stores Productivity Report",
|
|
"children": []
|
|
},
|
|
{
|
|
"value": "11385",
|
|
"label": "Insights to Action (ITA)",
|
|
"children": []
|
|
}
|
|
],
|
|
"jiraSchema": {
|
|
"type": "option",
|
|
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
|
|
"customId": 10381
|
|
},
|
|
"visible": true
|
|
},
|
|
{
|
|
"fieldId": "customfield_10480",
|
|
"name": "Report Name",
|
|
"description": "What is the name of the report?",
|
|
"required": false,
|
|
"defaultValues": [],
|
|
"validValues": [],
|
|
"jiraSchema": {
|
|
"type": "string",
|
|
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
|
|
"customId": 10480
|
|
},
|
|
"visible": true
|
|
},
|
|
{
|
|
"fieldId": "description",
|
|
"name": "Description",
|
|
"description": "Describe the issue you are having. The more info you provide will help us get you help faster!",
|
|
"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
|
|
} |