Hello everyone.
I’m Alex, and I’m new to our community. I’m not sure if I can ask for some guidance here from our community, and I’m sorry if I posted my question in the wrong place. If anyone could point us to the correct place where we can ask questions, we will really appreciated it.
We ran into some issue when we are trying to pull JIRA data like ProjectName, TypeName, Priority, Reporter, CreatedDateTime and etc. through API calls.
When we selected the Authentication Mode as “Basic”, fill in the Server URL (https://CompanyName.atlassian.net/), my email user name and our token (without scope limitation) generated on id.atlassian(.com cannot put the link here due to 2 website limiation), we got a successful connection.
However, when we selected the fields we needed and tried to pull data, we got the error message like “{“errorMessages”:[“The requested API has been removed. Please migrate to the /rest/api/3/search/jql API. A full migration guideline is available at
https://developer.atlassian.com/changelog/#CHANGE-2046"],"errors”:{}}”
I didn’t really understand what would be the solution to our issue and need based on the info from the link provided in the error message. Could anyone please give us some suggestions where I might have done wrong, and what is the correct way of pulling data?
Thank you.
Alex