reportportal / reportportal

Main Repository. ReportPortal starts here - see readme below.
http://reportportal.io
Apache License 2.0
1.74k stars 467 forks source link

Modify the calls the integration use to mitigate the issues caused by the createmeta REST endpoint: #1002

Open digaetan opened 4 years ago

digaetan commented 4 years ago

Createmeta REST endpoint is commonly used when Atlassian products are integrated to create issues in Jira 3rd party apps.
However calling /jira/rest/api/2/issue/createmeta has been reported to cause issues especially on larger instances. These have involved the size of the response or Jira running out of memory.

REFERENCE: https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html

Atlassian suggests to disable calls to createmeta REST api...this have been done for example in my company and so my Report Portal integration to Jira don´t work (or work partially).

evjlobanova commented 4 years ago

We are planning to refactor Jira integration