Skip to content

Remove JIRA::HTTPError non-actionable exceptions

What does this MR do?

During the investigation of one bug related to Jira #195794 (closed), we added more verbose logging for the Jira service #198411 (closed).

This extra logging is adding extra pressure in our Sentry infrastructure and most of them are non-actionable exceptions !28058 (merged).

This merge request reverts !25007 (merged) and !23688 (merged) because the logs are not adding too much value compared to what we had before.

Closes #218648 (closed)

Merge request reports