- 
    
Bug
 - 
    Resolution: Low Engagement
 - 
    
Low
 - 
    None
 - 
    3.5.7, 4.2.5
 
- 
        14
 - 
        Severity 3 - Minor
 - 
        1
 - 
        
 
Steps to reproduce
- Setup the Application Link between JIRA and Confluence
 - Configure OAuth in the application link
 - Use the OAuth connection in Confluence (probably with JIRA gadget)
 - Check the OAuth access token in JIRA at User Profile >> Tools >> View OAuth Access Tokens
 - Change the Base URL of Confluence and re-create the Application Link again
 - Check the OAuth access token in JIRA
 
Workaround
Modify the description from the database
- JIRA
SELECT * FROM oauthspconsumer;
 - Confluence
SELECT * FROM bandana WHERE BANDANAKEY LIKE 'com.atlassian.oauth.consumer.ConsumerService:host.__HOST_SERVICE__';