I want to create a new Jira issue from a triggered webhook.
How can I use the request’s body fields to customize the new jira issue?
For example:
The weebhook request body contains the property `plan_name` and I want the issue name will be `plan_name`.
Thanks