Webhook for JIRA syntax

How to: Modify JIRA Task status thru JIRA webhook. Do not wanna use Make.com.

Stumbled upon a problem.
JIRA wants a task name to be between ‘[’ and ‘]’, but Glide webhook sends it in ‘{}’

image

Can I somehow make Gide to transfer task info in appropriate format? Maybe combine a string?

It appears I cannot make a direct link of “Webhoook_URL?TASK-123” as JIRA requires POST, not GET. Or Glide can POST urls somehow?