Hello All,
I have created a Developer API token in my account https://id.atlassian.com/manage-profile/security/api-tokens and have base64 encoded it and using it in my auth headers as described in the article
https://developer.atlassian.com/cloud/jira/service-desk/basic-auth-for-rest-apis/
I am able to update objects in a custom Object Schema that I've constructed and imported initial entries into it using the JSON import functionality.
I am successfully updating these objects through the REST API provided by Insight, however then I try to create a new object using my encoded token I get
"Sorry, you do not have permission to perform this action. PermissionInsightException: User {user_id} didn't have correct permission (create object) for object type: {object_type_id}"
https://developer.atlassian.com/cloud/insight/rest/api-group-object/#api-object-create-post
I'm wondering where I can edit the permission for the API token itself that would allow me to create a new object for the object type of my choosing.