Zendesk - setup OAuth
Login to Zendesk
Navigate to API
3. Click OAuth tab
4. Click Add OAuth client
5. Fill in a client name and copy the Redirect URL from the iHub Credentials page, it is shown when a new OAuth credential is added. Should be https://{jira_base_url}/secure/RestfulClientAction.jspa
Adding Zendesk credentials in iHub
Go to Credentials in Integration Hub for Jira
Add a OAuth enter a name, we will call this Zendesk OAuth
In the Authorize URL field add
https://{your_instance}.zendesk.com/oauth/authorizations/new
In the password field add
https://{your_instance}.zendesk.com/oauth/tokens
Client ID: the Unique identifier field in the Zendesk OAuth setup page
Client Secret: Secret field in the Zendesk OAuth setup page
Scope:
tickets:write
Include Scope: Check
Click Save & Authorize
Â
More reading about auth can be done here: https://developer.zendesk.com/api-reference/ticketing/introduction/#security-and-authentication and here https://support.zendesk.com/hc/en-us/articles/4408845965210