Hey guys,
I’ve been trying to find a solution for some time but still no luck… Here’s my issue : I’m trying to have my new Model based on a REST GET method to Atlassian’s Jira API but can’t get it to work. (It works well with BitBucket API)
I set up the new Model Service, Remote Site Settings in Salesforce as well (see below) :
I even checked that this request works with another tool, everything is good with the API and the URL I use (see below) :
But I’m getting the error "1. Error retrieving metadata for Model(s) associated with Data Source ‘JIRA’. Please check Models’ properties to ensure they are set correctly. Error connecting to REST Data Source at URL “https://xxxx.atlassian.net/rest/api/2/search": error” (see below) :
There might be something I’m doing wrong… Help would be much appreciated!
Also, I would like to be able to POST json in order to get more specific answers, is that possible with skuid models? (I tried to select POST method and paste my json in the Service URL field but it just appends it to my base request URL…)