[Application Link] Jira to Bitbucket using Rest api

Hello

Is there any rest api endpoint that updates/creates application link in Jira to Bitbucket

thanks,
Ibrahim

1 Like

Hello @IbrahimItani
Is there any solution to this. I need to develop a script on cloud that will link the Bitbucket with Jira, I guess it can be achieved only with REST API’s, if there is any>

Thank you

Hey
Try this, it worked for me in server :slight_smile:
[https://yourjiraurl/rest/applinks/1.0/relocateApplicationlink/{applicationLinkId}?newUrl={url}]
Regards,
Ibrahim