I'm collaborating with one of our ServiceNow engineers to switch our ServiceNow/Jira integration from basic authentication to an OAuth 2.0 Atlassian Service Account credential.
I've read all the docs on the Atlassian side, which focus only on how to create the credential (trivial). I have provided the Client ID, Client Secret, CloudID, and these URLs:
My counterpart with ServiceNow keep reporting they are not able to authenticate with Jira. Based on what I see, the ServiceNow documentation was written before Atlassian introduced Service Accounts, which makes it difficult for me to help them connect their dots.
My questions are simple: Has anyone successfully used Atlassian's OAuth 2.0 Service Account credentials with ServiceNow? At this point, I doubt it. But if so: What was the trick to getting it to work?
Hi @Mykenna Cepek ,
I suggest first to test the API call with a client like Postman or others, in order to define the correct API call and discard errors from servicenow side.
Hope it helps
Are you referring to the ones you created in the Admin Hub? If so, which scope did you select for that service account? That could be causing the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, these were the scopes associated with an OAuth 2.0 Service Account credential. I created it as a site admin.
The scopes for the credential were selected to exactly match what the ServiceNow documentation says it needs here.
Some of those scopes concern me (delete sprints? really??) but we're testing in a sandbox to try to get anything to work. Then we'll experiment with fewer scopes.
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.