We are facing OAuth problem to create confluence page from Jira when an issue is created.We tried with reconfiguration Jira and confluence application link, restarted both Jira and confluence play instance, but didn't get any solution.
java.lang.Exception: {"statusCode":500,"message":"org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only","reason":"Internal Server Error"}
at Script116$1.handle(Script116.groovy:229)
at Script116$1.handle(Script116.groovy)
at com.atlassian.applinks.oauth.auth.OAuthApplinksReturningResponseHandler.handle(OAuthApplinksReturningResponseHandler.java:48)
at com.atlassian.plugins.rest.module.jersey.JerseyRequest$2.handle(JerseyRequest.java:134)
at com.atlassian.sal.core.net.HttpClientRequest.executeAndReturn(HttpClientRequest.java:104)
at com.atlassian.plugins.rest.module.jersey.JerseyRequest.executeAndReturn(JerseyRequest.java:131)
at com.atlassian.applinks.core.auth.ApplicationLinkRequestAdaptor.executeAndReturn(ApplicationLinkRequestAdaptor.java:53)
at com.atlassian.applinks.oauth.auth.OAuthRequest.executeAndReturn(OAuthRequest.java:84)
at com.atlassian.sal.api.net.Request$executeAndReturn$1.call(Unknown Source)
at Script116.run(Script116.groovy:224)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Greeshma A R Could you mention how you are creating confluence page from JIRA ? are you using groovy script to do this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes I am using groovy script to do. Jira and confluence is linked via application link. I am using rest Client for creating page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.