Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira Extension - Create ticket #469

Open
chbalbas opened this issue Sep 29, 2023 · 0 comments
Open

Jira Extension - Create ticket #469

chbalbas opened this issue Sep 29, 2023 · 0 comments

Comments

@chbalbas
Copy link

chbalbas commented Sep 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant