{ "commit": { "output": [ "${ticketId} || ${ticketTitle}", "Ticket url: http://CUSTOM.DOMAIN/${ticketId}", "Type: ${type}", "Affected locales: ${locales.join(', ')}" ], "questions": [ { "id": "ticketId", "label": "Ticket ID:" }, { "id": "ticketTitle", "label": "Ticket title:" }, { "id": "testLink", "label": "Want to create a test Link?", "exec": "node -e 'console.log(`test command`)'", "output": "https://CUSTOM.DOMAIN/${ticketId}-${ticketTitle}/" }, { "id": "type", "label": "Type:", "options": ["feature", "hotfix"] }, { "id": "locales", "label": "Affected locales:", "options": ["en-us", "es-us", "ja-jp"], "multiple": true } ] } }