This topic was automatically generated from Slack. You can find the original thread here.
Hey, I cannot run the jira-create-issue action for the Jira integration. This is my input: {'cloudId': '1234567890', 'projectId': '12345', 'issueTypeId': '12345, 'fields': {'summary': 'Testing jira integration', 'description': 'This is a test'}}
This is the error I am getting:
{
"name": "AxiosError - Request failed with status code 400",
"message": "{\"errorMessages\":[],\"errors\":{\"summary\":\"You must specify a summary of the issue.\"}}",
"stack": "AxiosError: Request failed with status code 400\n at settle (/tmp/__pdg__/dist/code/df34534e9562cef4ab4cc59ff842705f53f5df90c98d61f7fc2cc7c5294b519f2cd2/node_modules/.pnpm/axios@1.11.0/node_modules/axios/lib/core/settle.js:19:12)\n at Unzip.handleStreamEnd (/tmp/__pdg__/dist/code/df3e9562c345345ef4ab4cc59ff842705f53f5df90c98d61f7fc2cc7c5294b519f2cd2/node_modules/.pnpm/axios@1.11.0/node_modules/axios/lib/adapters/http.js:599:11)\n at Unzip.emit (node:events:531:35)\n at endReadableNT (node:internal/streams/readable:1696:12)\n at process.processTicksAndRejections (node:internal/streams/readable:1696:12)\n at Axios.request (/tmp/__pdg__/dist/code/df3e9562cef4a345345b4cc59ff842705f53f5df90c98d61f7fc2cc7c5294b519f2cd2/node_modules/.pnpm/axios@1.11.0/node_modules/axios/lib/core/Axios.js:45:41)\n at process.processTicksAndRejections (
Am I missing something? tried all the variations of the inputs but cannot get it to work.