This transition create http request to external website and get response
sometimes it works fine, but every ones in a while it's fail with this log and i don't know what is the fail cause from:
Time (on server): Thu Dec 31 2020 10:41:14 GMT+0300 (Arabian Standard Time)
The following log information was produced by this execution. Use statements like:log.info("...") to record logging information.
2020-12-31 07:41:14,871 ERROR [workflow.AbstractScriptWorkflowFunction]: Workflow script has failed on issue 'the issue'for user 'the user'. View here: https:// java.net.SocketTimeoutException: timeout at okio.Okio$4.newTimeoutException(Okio.java:230) at okio.AsyncTimeout.exit(AsyncTimeout.java:285) at okio.AsyncTimeout$2.read(AsyncTimeout.java:241) at okio.RealBufferedSource.indexOf(RealBufferedSource.java:345) at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:217) at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:211) at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:187) at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.java:88) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:125) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200) at okhttp3.RealCall.execute(RealCall.java:77) at okhttp3.Call$execute.call(Unknown Source) at Script12.run(Script12.groovy:43) Caused by: javax.net.ssl.SSLException: Socket closed at okio.Okio$2.read(Okio.java:139) at okio.AsyncTimeout$2.read(AsyncTimeout.java:237) ... 21 more Caused by: java.net.SocketException: Socket closed ... 23 more
Did you happen to read the JIRA Docs about Permission Schemes? It should be pretty straightforward, just add the user in the "Create Issues" permission or whatever group/role is configured in it.\
Reference: https://confluence.atlassian.com/jira/managing-project-permissions-185729636.html
Yes I've read it but not fully understood yet. However thank you I'll try to dig through it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.