-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 7.4.3
-
Component/s: Platform - Application Links
-
None
-
1
-
Severity 1 - Critical
-
2
Issue Summary
On Confluence application link creation is not possible once we delete an existing application link
Steps to Reproduce
- Create server spaces on Confluence.
- Create the application link from Confluence to Jira or any other application
- Check queries:
SELECT bandanaid, bandanacontext, bandanakey, bandanavalue FROM public.bandana where bandanakey like 'applinks.local%'
- The result from above query should return empty.
- Delete the applink above
- Rerun the SQL above. Now, we should see the number of rows should match with number of Global Spaces on confluence and with values:
applinks.local.${SPACEKEY}.confluence_space.linked.entities and value <list/>
Expected Results
we should see the number of rows should match with number of Global Spaces on confluence and with values from the below query:
applinks.local.${SPACEKEY}.confluence_space.linked.entities and value <list/>
Actual Results
Number of rows will not match with the number of Global Spaces on Confluence and as a result the new application link won't get created before the request times out.
Workaround
Currently there is no known workaround for this behaviour.