Attempting to run it through the Script Runner console, what could the issue be?
Both JIRA and Confluence are linked to each other with oAuth(not impersonated), and both have green light for connectivity.
Full error:
com.atlassian.applinks.api.CredentialsRequiredException: You do not have an authorized access token for the remote resource. at com.atlassian.applinks.oauth.auth.ThreeLeggedOAuthRequestFactoryImpl.retrieveConsumerToken(ThreeLeggedOAuthRequestFactoryImpl.java:93) at com.atlassian.applinks.oauth.auth.ThreeLeggedOAuthRequestFactoryImpl.createRequest(ThreeLeggedOAuthRequestFactoryImpl.java:86) at com.atlassian.applinks.core.auth.ApplicationLinkRequestFactoryFactoryImpl$AbsoluteURLRequestFactory.createRequest(ApplicationLinkRequestFactoryFactoryImpl.java:180) at com.atlassian.applinks.api.ApplicationLinkRequestFactory$createRequest.call(Unknown Source) at Script3.run(Script3.groovy:64)
using impersonation solved the issue for me.
Not sure what the technical fallout is - but if you need a quick fix.. ;)
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.
I figured out that it means to reconfigure the Application Link between Confluence and JIRA to use [OAuth with impersonation] instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christian.
I believe if you want to do a certain type of request, you must have OAuth for both inward and outward connections for JIRA and Confluence.
I recently "demoed" a use case with both Confluence and JIRA and I could only get it to work with that configuration. I was making a request to create a page. Which really makes sense. If you do not impersonate a user how do you make sure that the user has rights to perform the action that you want him to?
I might be wrong, since I haven't been in this rodeo for that long, but in my opinion, you should try your luck with the mirror OAuth config.
Cheers!
DYelamos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having this same issue. I am pretty sure I have OAuth for both inward and outward connections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oops, meant to reply to the answer above. But, were you able to resolve this somehow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I resolved mine by changing the local authentication all from OAuth to OAuth with impersonation.
It's also assumed that both JIRA and Confluence shared the same LDAP users
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.