Issue labeling in gitea via n8n

I want to create work in n8n for gitea when i have created issue in gitea the issue number which got created get assigned as label to created issue. i have taken webhooknode from which i am receiving json output for created issue from another set node i have extracted that outout as number howeevr in next https node am unable to assign that output as label. error is n8n-nodes-base.httpRequest

Node version

4.2 (Latest)

n8n version

1.83.2 (Self Hosted)

Time

09/04/2025, 14:10:35

Stack trace

NodeOperationError: JSON parameter needs to be valid JSON at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:207:39) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:681:50) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:913:62 at processTicksAndRejections (node:internal/process/task_queues:95:5) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1246:20
```want to assign this output 
[
{
"label": 
"100"
}
] as label= issue-100

hello @_Manasi_Mahindrakar

The issue is saying that your payload is not correct JSON. Can you provide the input data you are trying to pass to the node?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.