Odoo how-tos
Step 1. Get API key in Odoo
https://odoo-restapi.readthedocs.io/en/latest/connection/logging_in/oauth2_authentication.html
Note redirect_uri is found in iHub when adding a OAuth2 credentialÂ
Step 2. Setup iHub credentials
Goto Credentials
Select OAuth 2 and enter a name
Add the details required from step 1
Step 3. Create Records
Goto integrations
Click Create, enter a name and select the application/json template
In the Method select POST
In the URL add YOUR_INSTANCE/
restapi/1.0/object/{object_name}?vals={'name':'{{issue.summart}}'}