We are facing one issue from Jira endpoint. As the Api call is reaching to Jira application but we are not receiving the response back.
JIRA endpoint that we are invoking : [https://bconeoracle.atlassian.net/rest/api/2/issue/DEMO-6952/comment]]
2023-10-02T07:42:09.065Z invocation start time:
2023-10-02T07:47:09.063Z error time : An error occurred while invoking the REST endpoint.[[java.io.IOException: Stream closed]
As seen above, after the invoking above endpoint, timeout exception is being thrown after 5 mins. Here we see call is being sent from OIC but stream is getting closed as no response was received within 5 mins. we want to know if there is any call being made to JIRA application within this time.
@Oracle Bcone Welcome to the Atlassian community
Have you tried this post in PostMan? You might have a firewall rule that is blocking the response so I would suggest testing in something like PostMan to make sure that everything is working before implementing it in OIC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.