we used webhook for triggering a build in jenkins , due to the depreciation of old endpoints it not triggering the build. we need to transition to the new endpoint ,but the documentation sugggested are not matching with our query can anyone give the guidance to move to the new enpoints
Hello @Sujatha T
Welcome to the community :)
You can find full details and migration guidance in our https://developer.atlassian.com/changelog/#CHANGE-2046
Here are the examples of deprecated JVIS Endpoints and Their Replacements
GET /rest/api/3/search → GET /rest/api/3/search/jql
POST /rest/api/3/search → POST /rest/api/3/search/jql
POST /rest/api/3/search/id → https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-post
Thank you,
Prachi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.