Skip to main content

Do you know if there are any known issues with the jira integration?

  • May 11, 2023
  • 16 replies
  • 26 views

Forum|alt.badge.img+5

Hi all. Do you know if there are any known issues with the jira integration? I'm trying to open a new issue on jira through a playbook but it fails with error "Failed to create issue in project TEST. Error is 'HTTPError' object has no attribute 'text' ". This looks like some python type exception. I double checked all the required fields doesn't seem be there.

16 replies

Louis_Mesmin
Forum|alt.badge.img+5

Hi @Antonino_La2 ,
We are running On-Prem instance of Chronicle SOAR v6.2.7.7 and Jira integration is working fine for both our internal and SaaS instances of Jira.


Dmitry_Sarakeev
Staff
Forum|alt.badge.img+9

hi, im also not familiar with any issues with this integration, please make sure you are using the latest official marketplace version of integraiton


Forum|alt.badge.img+5
  • Author
  • New Member
  • June 14, 2023

Hi @Louis_Mesmin did you make any other configuration then create API token in jira instance? I think I'm missing something in my configuration..


Forum|alt.badge.img+5
  • Author
  • New Member
  • June 14, 2023

Hi @Dmitry_Sarakeev I've downloaded the integration directly from the marketplace and it's the latest version


Dmitry_Sarakeev
Staff
Forum|alt.badge.img+9

strange, does other actions work?


Dmitry_Sarakeev
Staff
Forum|alt.badge.img+9

maybe you are trying to create a non existing type of ticket, i now remember that i have something similar, when i tried to create a ticket type that does not exist in Jira


Forum|alt.badge.img+5
  • Author
  • New Member
  • June 14, 2023

Mhhh now I'll try other actions. For this one I'm trying to open an issue with a custom issue type defined in my project.


Dmitry_Sarakeev
Staff
Forum|alt.badge.img+9

yeah it may be the issue type, try to open with the most basic one type: Task


Forum|alt.badge.img+5
  • Author
  • New Member
  • June 14, 2023

With Task issue type I get "Failed to create issue in project BIP. Error is Issue type Task was not found.". So I suppose that the problem is not that


Dmitry_Sarakeev
Staff
Forum|alt.badge.img+9

ok, please check the ticket types in your jira


Forum|alt.badge.img+5
  • Author
  • New Member
  • June 14, 2023

Tryied with another issue type defined in my project "Generic Request" but I get again the HTTPError


Forum|alt.badge.img+5
  • Author
  • New Member
  • June 14, 2023

I searched through the integration code for objects that are calling a 'text' attribute and found the ones in the attachment.

View files in slack


Louis_Mesmin
Forum|alt.badge.img+5

Dear @Antonino_La2 , I remember that we struggled a bit on the Jira side at start to correctly configure the type of issue, the skeleton of each issues and to adapt our action configuration in playbooks to match this.
As a reference I used Firefox and tried to acces an example of an issue manually created to better understand the mapping and the values.
With Firefox using https://YourJiraFQDN/rest/api/2/issue/OneOfYOurTicket


Louis_Mesmin
Forum|alt.badge.img+5

For example, as we are a French company, part of the visible values in Jira WebUI is translated in French but real values to use from the API is the english equivalent most of the time.


Forum|alt.badge.img+5
  • Author
  • New Member
  • June 14, 2023

It comes out that if I left the field "Assignee" blank it works.. I'll troubleshoot that now, thanks everyone!


Louis_Mesmin
Forum|alt.badge.img+5

Ah ! Assignee is a tricky field.
We had issues in the past with it and we are still using a custom action for assigning the issue in Jira but Chronicle Support should have fixed the issues we experienced specially with GDPR mode on our Jira SaaS instance.