-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Describe the bug
If I create a Jira ticket via HTTP request form cognigy with this payload:
{
"fields": {
"project":
{
"id": "10016"
},
"summary": "{{ context.issue_tittle }}",
"description": "{{ context.issue_description }}",
"issuetype": {
"id": "10015"
}
}
}
works fine, however if i do via the congigy extension i get this error:
"jira": {
"post": "{\"statusCode\":400,\"body\":{\"errorMessages\":[],\"errors\":{\"project\":\"Specify a valid project ID or key\"}} {... omited ...}
}To Reproduce
Create a ticket from Jira extension in cognigy.
Expected behavior
Ticket should be created.
Metadata
Metadata
Assignees
Labels
No labels