Skip to content

Jira Extension - Create ticket #469

@chbalbas

Description

@chbalbas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions