As an Admin, I want to throw an error message if Jira server is down and block creation of the Salesforce object
With Apex trigger, we can automatically create Jira issue upon Salesforce object creation. However, it will not throw any error message if the connection or Jira is not available.
So as an admin, I want to throw an error message if Jira serve...