-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
3
-
Severity 3 - Minor
-

At the moment, we can't set an ETA for the fix to be released, since there's a number of factors that determine how our product team prioritizes bugfixes.
You can learn more by reading Atlassian Cloud Bug Fixing Policy.
Issue Summary
The Office Excel macro cannot specify any page other than the current page.
Steps to Reproduce
- Upload a Excel file to an arbitrary page
- Create a new page and try to specify the uploaded xlsx file
Expected Results
You can specify the Excel file uploaded to non-current pages.
Document: Insert the Office Excel macro
Actual Results
You cannot preview or save the macro.
In the browser console, you can see the 404 response like below:
Request URL: https://example29nov.atlassian.net/wiki/json/attachmentsearch.action?spaceKey=~554380542&title=uplo&fileTypes=xls&fileTypes=xlsx Request Method: GET Status Code: 404
The below exception is thrown in the browser:
Uncaught TypeError: Cannot read property 'getCurrentTitle' of undefined
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
- mentioned in
-
Page Loading...