-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Jira Connector - Other
-
None
-
1
Summary
The Jira Align Connector logs show API calls to Jira returning a response status code of 0. This code indicates that the connector failed to receive any response from the Jira instance, which can be caused by various issues such as transient network errors, firewall/proxy configurations, or issues on the Jira side. The current log message APIResponseStatusCode: 0 is generic and does not provide enough context for effective troubleshooting, leading to confusion for both customers and support engineers.
Enhancement
Improve the logging mechanism for Jira API calls that result in a response code of 0. Instead of just logging the generic "0" code, the log message should be more descriptive.
- Clarify the Meaning of "0": The log message should explicitly state that a response code of 0 means the Jira connector did not receive a response from the Jira server, indicating a connection failure.
- Surface the Root Cause: When a System.Net.Sockets.SocketException occurs, the primary log message should capture and display the specific exception details (e.g., "Only one usage of each socket address is normally permitted"). This would make the actual reason for the failure immediately visible without needing to expand the log properties.
- relates to
-
ALIGNSP-31174 Loading...