id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
94
CONFCLOUD-53991
10/08/2015 09:27:05
Unable to add Inline comment
Have cloned from previous as appears to be the same issue. h6. Steps to replicate # Using cloud hosted version # Create a new space # Create a page # Add a 'Jira Filter' to pull stories in from a project # Set the options to show a table with default columns # Save page # Highlight text in macro # Create Comment h6. Observed Behavior I see the below error: {code} We can't add your inline comment; the section you highlighted may contain a macro or user mention. Try highlighting plain text. {code} (Screenshot attatched) h6. Expected Behavior The user should be able to add a comment.
5
95
CONFCLOUD-53637
11/12/2015 01:34:32
Any bogus path ending with / renders the dashboard
Found by [[email protected]], when he hit an invalid URL and was shown the dashboard instead of a 404 page.
2
96
CONFCLOUD-39893
11/12/2015 17:18:59
[Backend] Font not found warning messages when indexing PDF
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-39893]. {panel} Confluence is throwing warning messages regarding font not found when performing the index of the instance: {code} WARN [Indexer: 4] [apache.fontbox.util.FontManager] findTTFontname Font not found: Times New Roman,Italic {code} This warning happens to other fonts as well, not limited to only Times new roman. {code} WARN [Indexer: 2] [apache.fontbox.util.FontManager] findTTFontname Font not found: Arial-ItalicMT {code} I could locate this bug report for the pdf font box: https://issues.apache.org/jira/browse/PDFBOX-2110 Seems to be fixed in pdfbox 2.0.0 version. Confluence 5.8.10 is currently using pdfbox 1.8.10. Workaround: None at this time. Possible fix: Upgrade to pdfbox 2.0.0.
3
97
CONFCLOUD-40283
12/18/2015 06:08:43
Setting posting date for a blog doesn't work
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-40283]. {panel} * "Create blog" in the UI (createblogpost.action) * Edit the "Posting Date" field at the bottom of the page, changing it from today (2015-12-18) to two days ago (2015-12-16) * Publish * Date in all of the following shows as today, not as the posting date I entered: ** address bar ** breadcrumbs ** rest/api/content/<id> : *** version.when *** history.createdDate
3
98
CONFCLOUD-40782
02/15/2016 21:38:22
Disabling the Confluence Mobile Plugin also disables the Workbox - Host Plugin in Confluence 5.9.X
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-40782]. {panel} h3. Summary Disabling the *Confluence Mobile Plugin* also disables the *Workbox - Host Plugin* in *Confluence 5.9.X*. The same behavior is not present in Confluence 5.8.X. h3. Steps to Reproduce # Go to Manage Add-ons in a Confluence 5.9.x instance # Find the 'Confluence Mobile Plugin' # Disable the plugin # Refresh the page # Find the 'Workbox - Host Plugin' and notice it is also disabled h3. Expected Results * The 2 add-ons should not be dependent on each other.  h3. Actual Results The below exception is thrown in the Confluence logs: {noformat} 2016-02-15 10:27:18,091 INFO [http-nio-127.0.0.101-8080-exec-2] [atlassian.plugin.manager.DefaultPluginManager] disablePlugins Found dependent enabled plugins for plugin 'com.atlassian.confluence.plugins.confluence-mobile': [com.atlassian.mywork.mywork-confluence-host-plugin(MANDATORY)]. Disabling... 2016-02-15 10:27:18,092 INFO [http-nio-127.0.0.101-8080-exec-2] [atlassian.plugin.manager.DefaultPluginManager] broadcastPluginDisabling Disabling com.atlassian.mywork.mywork-confluence-host-plugin {noformat} h3. NOTES / Workaround: Additional side effect: - Disabling - Confluence Mobile Plugin -- Causes - Workbox - Host Plugin to become disable - Disabling - Workbox - Host Plugin -- Causes - Confluence Mobile Rest to become disabled - Disabling: Confluence Mobile Rest -- Causes - Workbox - Confluence Provider Plugin To become disabled You must have the add-ons enable in the following order to re-enable ([Relates to This Article about enabling the Workbox Plugin |https://confluence.atlassian.com/display/CONFKB/Unable+to+Enable+Workbox's+Notifications+and+Tasks+-+Host+Plugin+Due+to+NoClassDefFoundError]): - Confluence Mobile Plugin - Workbox - Common Plugin (If disable / did not chain disable in testing) - Workbox - Confluence Provider Plugin - Workbox - Host Plugin - Confluence Mobile Rest Restart Confluence, flushing caches as described here (For Cloud this will require filing a support request at [https://support.atlassian.com|https://support.atlassian.com/]) - {{[https://confluence.atlassian.com/display/CONFKB/Plugins+are+disabled+at+startup+and+various+timeout+errors+appear+in+the+logs+after+startup]}} {code:java} <confluence-home>/bundled-plugins <confluence-home>/plugins-cache <confluence-home>/plugins-osgi-cache <confluence-home>/plugins-temp <confluence-home>/bundled-plugins_language {code} - Manually Trigger a content-index at this point, or the spaces will not be visable - Note that if you take the SQL route in the document above, only remove the following 2 {{bandanavalue}}'s unless there are other system plugins you also want to re-enable: {code:java} <entry> <string>com.atlassian.mywork.mywork-confluence-provider-plugin</string> <boolean>false</boolean> </entry> <entry> <string>com.atlassian.mywork.mywork-confluence-host-plugin</string> <boolean>false</boolean> </entry> {code}
5
99
CONFCLOUD-40860
02/23/2016 14:19:29
Page Index macro in large space is bringing down Confluence
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-40860]. {panel} h3. Summary Page Index macro in large space is bringing down Confluence h3. Environment * 6.0.0-OD-2016.08.1-0001, server 5.8.18 h3. Steps to Reproduce # Create a page in a large space (with > 2800 pages) # Insert _page index macro_ # It would take long to be generated. h3. Expected Results Confluence generates the index on the page the macro is inserted with no issues. h3. Actual Results Confluence keeps going down with this error: {noformat} 2016-02-22 12:29:53.789019500 Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object 2016-02-22 12:29:53.789021500 at org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:114) 2016-02-22 12:29:53.789024500 at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044) 2016-02-22 12:29:53.789025500 at net.sf.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:59) 2016-02-22 12:29:53.789025500 at net.sf.hibernate.impl.BatcherImpl.openConnection(BatcherImpl.java:292) 2016-02-22 12:29:53.789026500 ... 27 more 2016-02-22 12:29:53.789026500 Caused by: java.util.NoSuchElementException: Timeout waiting for idle object 2016-02-22 12:29:53.789028500 at org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1171) 2016-02-22 12:29:53.789028500 at org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) 2016-02-22 12:29:53.789028500 ... 30 more {noformat} and {noformat} 2016-02-22 12:20:50.137789500 2016-02-22 12:20:50,060 DEBUG [http-bio-1991-exec-8] [atlassian.confluence.event.MonitorableCallerRunsPolicy] rejectedExecution Queue Overflow happened: QueueOverflowEvent{, runnableInfo='com.atlassian.confluence.event.ConfluenceEventDispatcher$$Lambda$390/16819635@1b8ac5a', threadPoolExecutorInfo='java.util.concurrent.ThreadPoolExecutor@a5ae24[Running, pool size = 1, active threads = 1, queued tasks = 192, completed tasks = 8656]'} {noformat} h3. Notes Error still happens even after the _pool size_ has been increased. h4. Workaround 1 (for Confluence Server) This is the Confluence Index Macro, which can be enabled/disabled via: # !https://s3.amazonaws.com/uploads.hipchat.com/10804/2041359/oZYNLidcDNI3S8o/Dashboard%20-%20Confluence%202015-05-13%2013-43-47.png! > *Add-ons* # Choose *System* from the drop-down # Expand *Advanced Macros* # Expand the *modules* on the right side # Locate the *index* macro and *Disable* it !disable_index_module.png|thumbnail! # Restart Confluence to release the existing threads h4. Workaround 2 # Search for: {{macroName:index}} and you will see all pages containing this macro. ** Note that your content indexing may need to be rebuilt for this search to work. # Delete the macro from the pages in the search results # Restart Confluence to release the existing threads If you prefer to search via the database for a list of pages, you can use this query: {code} SELECT c.contentid, s.spacekey, c.title, c.lastmoddate FROM CONTENT c JOIN BODYCONTENT bc ON c.contentid = bc.contentid JOIN SPACES s ON c.spaceid = s.spaceid WHERE c.prevver IS NULL AND bc.body LIKE '%ac:name="index"%'; {code} (!) This workaround is for *Confluence Server*. For Confluence Cloud, please contact Support to get a list of pages using this Macro. You could then remove the macro from those pages.
5
100
CONFCLOUD-41138
03/22/2016 14:46:29
Confluence to detect newline in word document
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-41138]. {panel} In Word, Shift+Enter and Enter is different. Shift+Enter is a newline while Enter is new paragraph. When the line does contain hyphen, there is high chance that the line will be strike. h3. Steps to reproduce: # in word, add few lines # in the same line as hypen is used, use newline (shift+enter). Example is attached: [^dashie.docx] # then, import the word document to Confluence h3. Expected Behaviour Confluence to detect the newline h3. Actual Behaviour Newline is not detected, thus the line is striked !AfterImportedIntoConfluence.png|thumbnail!
2
101
CONFCLOUD-41214
03/24/2016 19:50:14
Export to Word fails when the page contains JIRA Issues Macro (table) with the Priority field
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-41214]. {panel} i've tried to export a page to a Word document about 8 times now over a few weeks. It fails every single time with the msg "Site is down, grab a snack" etc. Export to pdf is just fine so I assume the site isn't down :) Please help!
2
102
CONFCLOUD-53543
04/06/2016 21:08:57
Issue statistics macro displays HTML when exported to PDF
h3. Summary When a user exports a page in Confluence that uses the Issue statistics macro, the resulting PDF displays HTML instead of the rendered macro. h3. Environment Cloud h3. Steps to Reproduce # Create a new page # Add the Issue statistics macro # Configure the macro # Export the page as PDF h3. Expected Results The PDF should render the macro as it does on the page h3. Actual Results HTML is rendered instead of the macro itself {noformat} <a href="https://aimconsulting.atlassian.net/wiki/plugins/servlet/gadgets/ifr?container=a tlassian&amp;mid=2196876623872&amp;country=GB&amp;lang=en&amp;view=def ault&amp;view-params=%7B%22writable%22%3A%22false%22%7D&amp;st=atlas sian%3AbjvhxazYhOzztYEkPGZG%2BaUePqBAEmQapqTCocYLX6uLXGGpOZSA 7LzWqxWFWiBiI7KBGB86XvLHijV9QDIufGgscswQ%2FZuA2nCLVqAeFi7U%2BS3 3ZmZdRXBPmESG%2Bg7jcraYzDK%2BVPxWGkE3MRaPEoiAlEA3vRG%2FkNa9 vTGj8f%2B2YmOwP45Qs59ACJSVe0pQ9OUPqXJe4SFAQSwKSikdy5OzxEHIudG zngV3xSCaTn%2BVh3Sm4mXeDp6vLjbtBucAOovHccZ9yYZI2iQblBnEQOsg0zSN WuZnfnVyYL8pMR%2B18RkE2m9woR1qZgAWw0HsTX4Xkbjus5Y6tw28GXy%2B9 MLboIQ%3D&amp;up_isConfigured=true&amp;up_projectOrFilterId=filter-12800&a mp;up_statType=statuses&amp;up_includeResolvedIssues=true&amp;up_sortBy=n atural&amp;up_sortDirection=asc&amp;up_refresh=15&amp;url=https%3A%2F%2F aimconsulting.atlassian.net%2Frest%2Fgadgets%2F1.0%2Fg%2Fcom.atlassian.jira .gadgets%3Astats-gadget%2Fgadgets%2Fstats-gadget.xml&amp;libs=auth-refresh #rpctoken=507584678">Issue Statistics</a> {noformat} h3.Workaround No workaround
3
103
CONFCLOUD-41328
04/08/2016 08:00:26
Images in merged table cells are not exported to PDF correctly
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-41328]. {panel} h3. Summary Images in merged table cells are not exported to PDF correctly - the images appear to be constricted by the original cell size rather than the merged cell size in the PDF document. h3. Environment * Confluence Cloud (1000.2.0) and also 6.0.0-OD-2016.01.1-0003 h3. Steps to Reproduce # Create a table with multiple columns and rows # Merge two cells on a single row together and insert an image # Insert some text into the other columns in the table # Ensure the image you inserted earlier is almost as wide as the table (not just one of the columns) # Save the page and note that the image # Click on the *...* icon and select *Export to PDF* h3. Expected Results The image will take up an amount of space corresponding to it's width on the original document. h3. Actual Results The Image takes up space only as wide as a single column. [^Export Test - current version.pdf] h3.Workaround no workaround at this stage
2
104
CONFCLOUD-60427
05/09/2016 14:41:11
Default space logo download URLs are not in an authorized API scope
When attempting to download the default space logo using a JWT authentication header a HTTP 403 is returned: Example URL: https://jens-k15t.atlassian.net/wiki/images/logo/default-space-logo-256.png Response: {code:title=HTTP 403 Forbidden} <html> <head><title>Apache Tomcat/7.0.68 - Error report</title> <style> ... </style> </head> <body><h1>HTTP Status 403 - Request not in an authorized API scope</h1> <HR size="1" noshade="noshade"> <p><b>type</b> Status report</p> <p><b>message</b> <u>Request not in an authorized API scope</u></p> <p><b>description</b> <u>Access to the specified resource has been forbidden.</u></p> <HR size="1" noshade="noshade"> <h3>Apache Tomcat/7.0.68</h3></body> </html> {code} This probably also affects other images located at '/images/...'.
3
105
CONFCLOUD-60574
05/09/2016 14:45:31
Roadmap macro image download URLs are not in an authorized API scope
When attempting to download an image as generated by the Confluence roadmap macro using a JWT authentication header a HTTP 403 is returned: Example URL: https://jens-k15t.atlassian.net/wiki/plugins/servlet/roadmap/image/1376263/1/e2b9050629f4b34ebb98e4a0df151732.png Response: {code:title=HTTP 403 Forbidden} <html> <head><title>Apache Tomcat/7.0.68 - Error report</title> <style> ... </style> </head> <body><h1>HTTP Status 403 - Request not in an authorized API scope</h1> <HR size="1" noshade="noshade"> <p><b>type</b> Status report</p> <p><b>message</b> <u>Request not in an authorized API scope</u></p> <p><b>description</b> <u>Access to the specified resource has been forbidden.</u></p> <HR size="1" noshade="noshade"> <h3>Apache Tomcat/7.0.68</h3></body> </html> {code}
1
106
CONFCLOUD-53887
05/10/2016 06:58:30
Can not load theme icon
Referencing my comment here: https://ecosystem.atlassian.net/wiki/display/CONF/refinedWiki+Original+Theme+to+Connect?focusedCommentId=245563414#comment-245563414 !Screen Shot 2016-05-09 at 11.10.28.png|thumbnail! When installing our theme addon on refined2.atlassian.net the theme icon doesn't load. The following stack trace is given when accessing the image directly {noformat} java.lang.RuntimeException: Cannot read resource https://refinedtheme-staging.refinedwiki.com/global/images/refined-theme-logo.png at com.atlassian.plugin.webresource.impl.snapshot.Resource$1.writeTo(Resource.java:196) at com.atlassian.plugin.webresource.impl.helpers.ResourceServingHelpers$2$1.write(ResourceServingHelpers.java:218) at com.atlassian.plugin.cache.filecache.impl.PassThroughCache.cache(PassThroughCache.java:18) at com.atlassian.plugin.webresource.impl.helpers.ResourceServingHelpers$2.writeTo(ResourceServingHelpers.java:213) at com.atlassian.plugin.webresource.impl.http.Controller$4.write(Controller.java:360) at com.atlassian.plugin.cache.filecache.impl.PassThroughCache.cache(PassThroughCache.java:18) at com.atlassian.plugin.webresource.impl.http.Controller.sendCachedInProduction(Controller.java:355) at com.atlassian.plugin.webresource.impl.http.Controller.sendCached(Controller.java:305) at com.atlassian.plugin.webresource.impl.http.Controller.serveResource(Controller.java:224) at com.atlassian.plugin.webresource.impl.http.Controller.serveResource(Controller.java:61) at com.atlassian.plugin.webresource.impl.http.Router$2.apply(Router.java:49) at com.atlassian.plugin.webresource.impl.http.Router$2.apply(Router.java:46) at com.atlassian.plugin.webresource.impl.support.http.BaseRouter.callHandler(BaseRouter.java:193) at com.atlassian.plugin.webresource.impl.support.http.BaseRouter.dispatch(BaseRouter.java:163) at com.atlassian.plugin.webresource.servlet.PluginResourceDownload.serveFile(PluginResourceDownload.java:65) at com.atlassian.plugin.servlet.AbstractFileServerServlet.doGet(AbstractFileServerServlet.java:28) at javax.servlet.http.HttpServlet.service(HttpServlet.java:624) at javax.servlet.http.HttpServlet.service(HttpServlet.java:731) {noformat}
5
107
CONFCLOUD-48832
05/20/2016 03:11:27
Users receive email notifications for calendars they don't watch
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-48832]. {panel} One of our calendars, which isn't embedded in any page, has been sending email notifications to users who are not watching the calendar. Not all users are affected. There appears to be no way to unsubscribe them from receiving these notifications. * The users' lists of watched items doesn't contain this calendar * When the users access the Calendars page and select this calendar's drop down menu from the elipsis, they find that they are not watching this calendar (status reads "Watch" and not "Stop Watching" or "Watched") I used this query to see if the calendar is embedded anywhere returned no results: embeddedSubCalendarId:CALENDARID This seems to be a known issue, as reported here: https://jira.atlassian.com/browse/TEAMCAL-3709 Is there any fix for this? *Workaround*: # Manually access an URL for Calendars that are tied to the user profile: {code}https://instanceurl/wiki/calendar/mycalendar.action{code} # The user will be able to see a list of Calendars, including the ones that the same should not be watching. # Search for the Calendar and finally, click on *Unwatch*. The user should no longer receive notifications from this Calendar after doing that.
3
108
CONFCLOUD-42684
05/24/2016 22:35:13
Office Connector logging is no longer working
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-42684]. {panel} Since version 3.4.3 of the Office Connector, logging for the plugin is no longer working. h3. Steps to Reproduce # Start up a version of Confluence that bundles OfficeConnector 3.4.3 or above (5.9.x), or install this version into Confluence 5.8.x # Set debug logging on these two classes: -- {{com.benryan}} -- {{com.atlassian.confluence.extra.officeconnector}} # Upload an excel, word and ppt document and wait for the indexing to kick off (~1 minute) # You should see DEBUG lines in the atlassian-confluence.log, however there is none. There is no logging at other levels either. I suspect this began after implementing the Office Connector [canary process|https://confluence.atlassian.com/display/CONFKB/JVM+crashes+during+Import+from+Word+in+Confluence], however it could also have been due to the dependency changes required for plugins4. Logging for the canary process and some parts of the Office Connector  (eg below) go to the catalina.out, but is not formatted in the usual way (eg the timestamp). This is because it uses an SLF4J SimpleLogger, which is by design - it runs in an entirely separate JVM and is stripped down to pure essentials. It appears as though the dependencies from this module are bleeding into the main JVM and breaking logging for the whole plugin. {code:java} 147073 [scheduler_Worker-10] INFO com.atlassian.confluence.extra.officeconnector.index.excel.ExcelXMLTextExtractor - Not enough memory to extract all text from 'test.xlsx'. The attachment will be partially searchable. {code}
3
109
CONFCLOUD-60292
05/30/2016 16:35:35
Gallery macro image download URLs are not in an authorized API scope
When attempting to download an image as generated by the Confluence *gallery* macro using a JWT authentication header a HTTP 403 is returned: Example URL: https://jens-k15t.atlassian.net/wiki/download/thumbnails/4554757/octocat.png?api=v2&modificationDate=1464622036087&version=1 Response: {code:title=HTTP 403 Forbidden} <html> <head><title>Apache Tomcat/7.0.68 - Error report</title> <style> ... </style> </head> <body><h1>HTTP Status 403 - Request not in an authorized API scope</h1> <HR size="1" noshade="noshade"> <p><b>type</b> Status report</p> <p><b>message</b> <u>Request not in an authorized API scope</u></p> <p><b>description</b> <u>Access to the specified resource has been forbidden.</u></p> <HR size="1" noshade="noshade"> <h3>Apache Tomcat/7.0.68</h3></body> </html> {code}
1
110
CONFCLOUD-60267
06/08/2016 14:50:32
Unknown macro placeholder image download URL is not in an authorized API scope
When attempting to download the placeholder image for an unknown macro using a JWT authentication header a HTTP 403 is returned: Example URL: https://jens-k15t.atlassian.net/wiki/plugins/servlet/confluence/placeholder/unknown-macro?locale=en_GB&name=expando&version=2 Response: {code:title=HTTP 403 Forbidden} <html> <head> <title>Apache Tomcat/7.0.68 - Error report</title> <style> </style> </head> <body> <h1>HTTP Status 403 - Request not in an authorized API scope</h1> <hr size="1" noshade> <p><b>type</b> Status report</p> <p><b>message</b> <u>Request not in an authorized API scope</u></p> <p><b>description</b> <u>Access to the specified resource has been forbidden.</u></p> <hr size="1" noshade> <h3>Apache Tomcat/7.0.68</h3> </body> </html> {code}
1
111
CONFCLOUD-60685
06/15/2016 04:58:53
K15t Spike and Decide on Possible Solutions
This story is to triage the other stories in this epic, create decision page to agree on problem and solution with all stake holders: Connect Team [~slancashire] [~mjensen] Decision Page: https://pug.jira-dev.com/wiki/display/CE/How+to+allow+connect+add-on+access+web+resources+of+Confluence+or+other+add-on?flashId=641591085
1
112
CONFCLOUD-53649
06/29/2016 20:04:46
Word importer displays error The macro '|\' is unknown
h3. Summary When the customer attemtps to import a word document, the importer fails with the error 'The macro '|\' is unknown' h3. Environment Cloud h3. Steps to Reproduce # Start import with customers word document h3. Expected Results Word document should be imported and a new page should be created h3. Actual Results Confluence displays the following error {no format} 2016-06-29 13:59:38.213881500 com.atlassian.confluence.api.service.exceptions.InternalServerException: com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro '|\' is unknown. {no format} h3. Notes Full stack trace can be seen in the attached txt file
3
113
CONFCLOUD-53601
07/14/2016 09:38:35
PDF Page export cannot be downloaded when page title contains # character
h3. Summary When trying to export a page as PDF using the *Export to PDF* feature on a page which has a '#' character in its title, clicking on the link to download the export redirects to a 403 error page. h3. Environment (Optional - If Applicable) * Confluence 1000.161.0 h3. Steps to Reproduce # Use the *Export to PDF* option on a page with a '#' in the page title # Click on the link provided to download your export. h3. Expected Results You can download the PDF generated successfully like with any other pages. h3. Actual Results You are redirected to a 403 page with the following message: _Access to the specified resource has been forbidden_ h3. Notes This may happen with other special characters h3.Workaround Use the custom export from *Space Tools* > *Content Tools* > *Export* (choose PDF option) > *Custom Export*. Then select the pages you wish to export.
2
114
CONFCLOUD-53751
08/04/2016 06:38:20
Drafts are multiplied after several importings
Steps to reproduce: * Create some drafts * export site * Import via Import Site several times (with same export file) * Drafts got multiplied copies Note this happens on Cloud instance via Import site only
3
115
CONFCLOUD-53932
08/04/2016 19:20:05
Cannot curl the page pdf action endpoint to directly download the pdf
h3. Summary Up until Confluence version 1000.150.0 exporting a page to PDF by clicking the 3 dots menu and selecting "_Export to PDF_" option would create the PDF and present the option to download it within the same page (without refreshing the page or loading another page). However, from Confluence version 1000.161.0 forward the export page to PDF is considered to be a long running task, thus when a page export to PDF is selected it loads the "long running tasks" page before presenting the download link. h3. Environment Confluence Cloud h3. Steps to Reproduce # Go to a page click the 3 dots menu # Select the "_Export to PDF_" option h3. Expected Results A direct download of the PDF. !1000.150.0.mp4! h3. Actual Results The long running tasks page is loaded and only then the export is processed and it produces a link instead of the direct download file. !1000.161.0.mp4! h3. Notes This breaks Bob Swift's CLI, specifically the example 123 on [this examples pages|https://bobswift.atlassian.net/wiki/display/CSOAP/Examples]. Also, if you used cURL to automate PDF exports download this no longer works as cURL returns the HTML of the long running tasks page. h3.Workaround Click the Download here link in the Long Running Tasks screen. Or if you use automation you can make use of the [longtask method|https://docs.atlassian.com/confluence/REST/latest/#longtask] of Confluence's REST API to get the link to download the file.
2
116
CONFCLOUD-60568
09/13/2016 16:37:53
Cannot expand details of last updater when calling content REST API
This expand does not work even if the returned JSON suggests that it should work: {code:title=GET .../rest/api/content/<pageId>?expand=history.lastUpdated.by.details} { "id": "18972673", "type": "page", "status": "current", "title": "dummy macro", "history": { "lastUpdated": { "by": { "type": "known", "username": "admin", "userKey": "ff80808154711efd0154711f21360001", "profilePicture": { "path": "/wiki/images/icons/profilepics/default.png", "width": 48, "height": 48, "isDefault": true }, "displayName": "Jens Rutschmann", "_links": { "self": "https://jens-k15t.atlassian.net/wiki/rest/experimental/user?key=ff80808154711efd0154711f21360001" }, "_expandable": { "details": "" } }, ... }, ... }, ... } {code} Because of this we need to do separate calls for each page we're exporting.
2
117
CONFCLOUD-44194
09/22/2016 01:13:32
Random blank lines inserted around panels
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-44194]. {panel} This page shows two places where extra white space has been added, making it hard to layout a page the way you want: # Blank space above the "info" and "panel" macros in the side-columns. # Blank space above and below the "excerpt" macro in the info box (despite having "inline" mode selected).
5
118
CONFCLOUD-52974
09/26/2016 14:27:08
HTML export causes duplicate Atlassian logo in the footer
h3. Summary HTML export causes duplicate Atlassian logo in the footer h3. Steps to Reproduce # Space Tools > Content Tools > Export > html h3. Expected Results Single Atlassian logo as what can be observered in the page h3. Actual Results Duplicate Atlassian logo as attached screenshot h3.Workaround No workarounds at the moment
2
119
CONFCLOUD-44094
09/26/2016 21:54:16
"Update published page" dialog overlaps the Update button on Windows browsers
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-44094]. {panel} h3. Summary When Collaborative Editing is on and you're editing a page the "_Update published page_" dialog overlaps the Update button itself making it hard to click the Update button to save the changes. h3. Environment Confluence Cloud This could only be reproducible on all browsers running on Windows 7 (IE11, Chrome and Firefox) h3. Steps to Reproduce # Have Collaborative Editing enabled # Access a page and click the Edit button # Hover the mouse over the Update button h3. Expected Results The dialog is completely above the button h3. Actual Results The dialog overlaps the Update button h3.Workaround No workaround on Windows
3
120
CONFCLOUD-60208
10/05/2016 17:17:27
Urls to images attached to pages with '/' character in title are invalid when converting storage to view
When generating the download urls for images in export_view, the '/' characters in page titles don't seem to be escaped correctly. Even when manually escaping this character, the image cannot be downloaded using the resulting url. Steps to reproduce: # Create a page called 'a/b' # Attach an image called 'test.jpg' to it. # Call the storage to view conversion service (fix the page ID):{code:title=POST jens-k15t.atlassian.net/wiki/rest/api/contentbody/convert/export_view} { "value" : "<p><ac:image ac:height=\"250\"><ri:attachment ri:filename=\"test.jpg\" /></ac:image></p>", "representation" : "storage", "content":{"id":"22413329"} } {code} # Returned HTML:{code} <p> <span class="confluence-embedded-file-wrapper confluence-embedded-manual-size"> <img class="confluence-embedded-image" height="250" src="https://jens-k15t.atlassian.net/wiki/download/attachments/embedded-page/INT/a/b/test.jpg?api=v2"> </span> </p> {code} # The image can not be loaded using this url, check out the part with the filename: {{.../embedded-page/INT/a/b/test.jpg}}
3
121
CONFCLOUD-52914
10/10/2016 23:13:27
Cutting and pasting a line in bulleted list adds extra bullet
h3. Summary Whenever you cut a line from a bulleted list and add it back to the list, an extra bullet is added to the list h3. Environment * Confluence 1000.340.0 h3. Steps to Reproduce # Add 3 bulleted lines of text # Select the last line and cut it (ctrl + x or cmd + x) # After the first bulleted line, add a new line and paste the line you previously cut h3. Expected Results The cut line is pasted with only one bullet h3. Actual Results The cut line is pasted with an extra bullet h3. Notes Attached .MOV file showing issue h3.Workaround None
1
122
CONFCLOUD-53097
10/11/2016 05:50:27
Long running Word exports are not downloadable in Cloud
h3. Summary All HTTP requests in Cloud have a 60 second timeout. When a Word export runs longer than that, the task keeps running on the background but the generated export file does not returned to the customer. Confluence throws the "Page Unavailable" error to customer. If another Word export is triggered, Confluence tries to generate it again. Because there is a 30 second retry done automatically by the smart-status timeout page from the client browser that will trigger a new word export automatically. This loop of generating new word exports can render Cloud sites unusable on certain situations. h3. Environment * Confluence Cloud h3. Steps to Reproduce # Create a Confluence Cloud page with more than 350 JIRA Issue macro # Export page to Word h3. Expected Results Word file is downloadable at the end of the process. h3. Actual Results "Page Unavailable" page is showing. h3. Workaround No workaround
2
123
CONFCLOUD-52785
10/14/2016 19:39:15
Expand macro not working when using content rest API
When using the content rest API to read the content of a page, if a page has an expand macro, the expand macro won't open/close when rendered on a page.
5
124
CONFCLOUD-52953
10/14/2016 19:52:01
Mentions are not rendered correctly when using the content rest API
When using the content rest API, if the content contains an "@-mention" of a user, then the mention is not rendered correctly
3
125
CONFCLOUD-52718
10/14/2016 20:00:57
Code macro not rendering correctly when using content rest API
When rendering content using the content rest API, if the page contains a Code Block macro, the code block does not rendering correctly. The colours, line numbers and expand/collapse behaviour are not applied.
8
126
CONFCLOUD-52804
10/14/2016 20:24:02
Content rest API rendering non-breaking spaces has a weird character
If a page contains non-breaking spaces (&nbsp) in its content, then the rest API is returning the non-breaking space as an odd character ().
5
127
CONFCLOUD-53010
10/14/2016 20:26:54
Tasks lists are not rendered correctly when using the content rest API
When using the content rest API to render content, if the content contains a task list, then the task list checkboxes are not shown in the output and tasks cannot be marked as completed.
3
128
CONFCLOUD-53225
10/14/2016 20:35:04
Tables do not render correctly when using the content rest API
When using the content rest API to render content with a table, the table header is not the correct colour and the headers are centre aligned (instead of left aligned).
8
129
CONFCLOUD-53228
10/18/2016 03:11:58
Images are returned with a relative path from the content API
When using the rest API to retrieve content from Confluence, if the content contains images, the image path is specified with a relative URL. e.g: <img ... src="/wiki/download/attachments/32772/Cassie.jpg?version=1&amp;modificationDate=1475542723490&amp;api=v2" ... /> This means the image cannot be rendered inside a Connect add-on.
5
130
CONFCLOUD-44930
10/18/2016 09:25:09
BR elements between inline macros
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-44930]. {panel} Steps to reproduce: * create empty page * insert excerpt macro using { notation then write something inside then hit the down arrow * insert second excerpt macro using { notation then write something inside then hit the down arrow * insert third excerpt macro using { notation and write something inside * check that all three macros have the "inline" display option selected (by clicking on the macro placeholder to show the property panel) * update the page to go back into the page view mode * result shared-drafts turned on: spans are on three different lines * result shared-drafts turned off: spans are on the same line
3
131
CONFCLOUD-45095
10/21/2016 04:28:12
Deleting an attachment, page, or plugin outside the editor does not update the editor format
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-45095]. {panel} This happens when a page or attachment is added or deleted while there is an open editing session on a page that either links to the deleted/added page or uses the attachment. *Steps to reproduce* * Create a page and insert an image into it. Publish it. * Click edit to start a new draft. * Go to the attachments screen of the page and delete the attached image * Go back to the page and press edit *Actual behaviour* * The editor still shows the attachment *Expected behaviour* * The editor should show "Unknown attachment" This happens because the editor format of the page changes even though the page does not get edited. However, Synchrony still has the old editor format. This is also true for links and macros. For example, deleting a page that was linked to from another page results in this same behavior, as well as deleting a plug-in while one of its macros is used on a page. The page in edit mode still looks like the macro is present even though in view mode it shows up as "Unknown macro." *Workaround* The workaround is to publish the page if this happens. Publishing the page forces Synchrony to get the new editor format. The editor format will now say correctly "Unknown attachment" or "Unknown macro" or will point to a non-existent link. The real solution in that case is to remove that part of the page or replace it with the new attachment or link.
1
132
CONFCLOUD-45659
10/21/2016 06:11:05
Extra paragraph added when a paragraph is selected and a symbol inserted in collab editor
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-45659]. {panel} Steps to reproduce: * Create a page with two paragraphs. Publish. * Edit the page. Select the first paragraph. * Click on insert > symbol * Insert a symbol * Notice another blank paragraph got added after the paragraph you selected.
1
133
CONFCLOUD-53396
10/27/2016 08:55:08
Unable to generate Confluence Backup using backup manager
h3. Summary Confluence backup is not working when Backup Manager is used and include attachments option is checked. Could not generate backup file and when completed shows an error "Woah, Something went wrong! /n Unexpected error during export has occurred" h3. How to Replicate # Go to Backup Manager in confluence # Choose Backup and with attachments checked # Wait for the backup to complete with Error "Woah! Something went wrong!' h3. Expected Results Backup Successful h3. Actual Results Backup finish with error {quote} "Woah, Something went wrong! /n Unexpected error during export has occurred" {quote}   h3. Workaround Run backup without attachment Intermittently works (unless you have Gliffy add-on installed). No workaround for full backup with attachment
2
134
CONFCLOUD-60654
11/09/2016 04:29:59
Replace vm template with soy for CssMetaData classes
After demo, we like to replace vm template with soy template for performance gain.
2
135
CONFCLOUD-53499
11/14/2016 12:57:06
Confluence backup hangs when using IE11
h3. Summary Confluence backup hangs when using IE11 h3. Environment * IE11 h3. Steps to Reproduce # Access a Confluence instance using IE11 # Go to backup manager and click on Create Backup h3. Expected Results A .zip file should be generated and displayed at the page h3. Actual Results Creating backup keeps spinning as if the .ZIP file wasn't ready yet but, it's possible to see in clog that backup proccess was completed. Also, when you access the Backup Manager page using another browser it's possible to see that the .zip file was created and is available for download. The below exception is thrown in the browser logs: \{noformat} SCRIPT438: Object doesn't support property or method 'includes' File: com.atlassian.ondemand.backupmanager.ondemand-backup-manager-confluence:resources.js, Line: 104, Column: 8 \{noformat}   h3. Notes Tested the same proccess with Mozzila and Chrome, with this browser creating backup worked fine. Tried to refresh Create Backup page in IE11 without success. h3.Workaround Create backup using Mozzila ou Chrome
2
136
CONFCLOUD-52756
11/17/2016 08:42:17
PDF custom export ignores if a child page is selected or not if the parent page is selected.
h3. Summary When you export a space to PDF export using Custom Export, it ignores if a child page is selected or not if the parent page is selected. h3. Environment Confluence Cloud Version: 1000.518.1 h3. Steps to Reproduce # Export a Space, select *PDF* # Select *Custom Export* # Select a parent page and deselect the child pages under it. h3. Expected Results It should only export the selected page. h3. Actual Results It is exporting the child pages of the selected parent page even if you deselect the child pages during the export.
2
137
CONFCLOUD-60483
11/23/2016 08:23:35
Image styles are not included in batches referenced when converting content using the REST API
We currently need to explicitly add this file to our download list because it is not included in referenced CSS URIs in the conversion result. {code}s/_/_/download/resources/com.atlassian.confluence.plugins.confluence-view-file-macro:view-file-macro-resources/vfm.css}}{code} The styles in this files are not included in the CSS batches and we need to them for correct image positioning, especially for inline images. Please note that we currently need to download it from the Confluence server instead of the CDN because we can't guess the respective CDN url, if there is any.
3
138
CONFCLOUD-53199
12/07/2016 16:38:49
Unable to select file to import space using IE11
h3. Summary Clicking the "_Select file to import_" button on Confluence using Internet Explorer 11 does not open the file picker. h3. Environment Confluence Cloud Internet Explorer 11 h3. Steps to Reproduce # Navigate to Confluence Administration > Import Spaces # Click the "_Select file to import_" button h3. Expected Results A file picker window should open for you to pick the file to import. h3. Actual Results Nothing happens. h3.Workaround Use Firefox or Chrome.
2
139
CONFCLOUD-53203
12/19/2016 14:23:04
Intermediary HTML not found in temp directory of Confluence when exporting multiple pages as PDF
h3. Summary When an export is created with multiple pages, the intermediary HTML should be stored in the temp directory in Confluence's home directory; i.e., <confluence-home>/temp/htmlexport-20110308-154047-1/export-intermediate-154047-2.html. h3. Environment Confluence Cloud = 1000.685.0 h3. Steps to Reproduce # Perform PDF export of space # ssh into instance, check the <confluence-home>/temp h3. Expected Results Temp directory not empty. Contains intermediary HTML file h3. Actual Results Intermediary HTML file not created
2
140
CONFCLOUD-52881
01/20/2017 18:01:00
Confluence Backup Error - Can't find Confluence Internal Directory
h3. Summary Confluence Backup fails due because can't find the internal directory. h3. Environment Cloud - Confluence 1000.847.1 h3. Steps to Reproduce Try to create a backup with attachments in Confluence Backup Manager h3. Expected Results The backup should be created h3. Actual Results Export error Directory does not exist But don't worry, we'll fix it for you! You just need to contact Atlassian support and paste in this error message, timestamp and your instance details. h3.Workaround Export Space by Space
2
141
CONFCLOUD-53453
01/28/2017 02:20:52
Content of Collapsible Code Block macro is not rendered in PDF export
h3. Summary When Collapsible is selected on Code Block macro parameter. The content of the code block macro is not rendered when exporting the page to PDF. h3. Environment Confluence 1000.904.0 h3. Steps to Reproduce # Edit a page # *Insert* > *Code Block* macro # Make the Code Block macro *collapsible* # Export the page to PDF h3. Expected Results * Collapsed Code Blocks macro should be rendered when exporting to PDF h3. Actual Results * Content of Collapsible Code Block macro is not rendered in PDF export
2
142
CONFCLOUD-46029
01/31/2017 05:19:32
Discard dialog appears for a user after the page has been published
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-46029]. {panel} Steps: # Join an edit session with two users. # Both users make edits. # User one publishes. # User two gets publish notification and does nothing. # User two presses "Close" to leave the editor. # Notice they get the discard/keep draft dialog, even though at this point the page is published and no further changes have been made.
3
143
CONFCLOUD-46040
01/31/2017 17:01:12
Edit in Office (WebDAV Launcher 1.1.0) install loop on Firefox 51.0
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-46040]. {panel} h3. Summary Attempting to edit a document in Office using the Edit in Office link in a Firefox 51 browser will always prompt to install the WebDAV extensions. h3. Environment (Optional - If Applicable) * Windows * Firefox 51 * MS Office h3. Steps to Reproduce # Attach a word document to a page in Confluence # Install Firefox (updated to latest version) # Attempt to Edit in Office h3. Expected Results The extension installs and the document opens in Office for editing. h3. Actual Results The extension is installed, but when you click on Edit in Office again it asks to install the extension again. You can then repeat the loop until you get bored enough to stop. See the video below: [^firefox51_webdav_install_loop.mov] h3. Notes * This currently is only affected in the latest release of Firefox (51) * Currently verified in Windows 7 h3. Workaround # Use a different browser/version ** Use Edit in Office in Internet Explorer ** Uninstall Firefox 51, install [Firefox 50.1|https://ftp.mozilla.org/pub/firefox/releases/50.1.0/], disable autoupdate # Disable autostart: ## Go to "about:config" in firefox address bar ## Search "browser.tabs.remote.autostart" ## Double click the entry to make the value false. If you see "browser.tabs.remote.autostart.x" entries, make them false too. ## Restart firefox ## Go to "about:support" and make sure the value of "Multiprocess Windows" is "0/1 (Disabled)" h3. Notes for the fix * You don't have to upgrade to 6.0.7 or 6.1.0. The fix is just the firefox add-on and it is backward compatible. * The new version hosted by Mozilla is still under review and there is no timeline for when it will be public. Thus you can not install it using standard update of Firefox at this moment. * To get it installed: ** You can download it from [here|https://update.atlassian.com/office-connector/URLLauncher/latest/webdavloader.xpi] and manually install it  ** Or you can remove the existing add-on from Firefox and then confluence will prompt the installation.  
2
144
CONFCLOUD-52500
02/08/2017 22:42:47
Site import fails for user that was only recently given admin access, and causes site to become inaccessible
If a user is given administrator permission, and then immediately goes to import a site, the import fails, and the instance becomes locked and inaccessible. Waiting a few minutes between giving access and attempting the import seems to solve this.
2
145
CONFCLOUD-52393
02/16/2017 15:04:02
Cannot track the backup download link
h3. Summary When a backup file is generated using Backup Manager, there is no way to get the download link if the "Site_backup.zip" link is no longer available in the page or is overwritten. h3. Environment h3. Steps to Reproduce # Create a backup using Backup Manager # Create another backup using the Backup Manager   h3. Expected Results There should be a way to retrieve the link of the first back up as the file is valid for seven days. h3. Actual Results The latest backup overrides the link and the previous cannot be retrieved anymore. h3. Workaround None Please raise a ticket at https://support.atlassian.com  
2
146
CONFCLOUD-52230
02/22/2017 23:36:04
Confluence Cloud Link to Backup File Gone after Restart
When customer generate a backup, the link to down backup file will no longer be there after a restart. h2. Steps to Replicate # Generate a backup and verified the link to backup is created # Restart the instance # Navigate back to backup manager and notice that the link is no longer visible h2. Expected Result On the top of the backup manager, we wrote a line: {quote}This backup file will replace the previous backup and will be automatically deleted after 7 days. {quote} It should be made available for 7 days if there are no further backup generated. h2. Actual Result The link is not available and there is no way to retrieve back the link apart from generating a new backup h2. Use Case For some customer's internal policy, they are required to take a periodical backup in case of disaster. Generating during the peak hours are not recommended since it might cause potential performance issue if the instance is huge. However, generating it after work expose to this bug (due to the daily maintenance). They have limited ways to reliably generate the backup.
2
147
CONFCLOUD-46563
02/27/2017 01:11:04
draft-id is not updated after the page is published
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-46563]. {panel} If two users are working on a new draft together in Collaborative Editing, and one user publishes the page, the other user is still on the existing page. They get a "Page published by X" notification but on examining the meta data, the draft-id and page-id have not been updated to reflect the new state of the published page. I'm not sure there is any implication here other than it's sort of an inconsistent state, as editing and publishing by both users continues to work without any issue.
2
148
CONFCLOUD-52433
02/28/2017 07:55:20
Site import failing with the error message: "User should not be null"
h3. Summary Site import are failing with the error message _User should not be null_ displayed on the user interface and in Confluence logs. h3. Steps to Reproduce # Perform a site import h3. Expected Results The site import completes properly h3. Actual Results The site import fails at the latest stage of the operation and throws the error message _User should not be null_ on the user interface In Confluence logs, the following error message is displayed: {code} @4000000058b4ea0a1d5f0524 2017-02-28 03:09:52,491 ERROR [Long running task: Importing data] [confluence.importexport.actions.ImportTask] runInternal Failure during import @4000000058b4ea0a1d5f090c – url: /wiki/admin/import/doimportconfluencesite.action | traceId: ececdef35337776c | userName: admin | referer: [https://instanceurl.atlassian.net/wiki/admin/import/importconfluencesite.action] | action: doimportconfluencesite @4000000058b4ea0a1d5f0cf4 java.lang.NullPointerException: User should not be null @4000000058b4ea0a1d5f10dc at java.util.Objects.requireNonNull(Objects.java:228) @4000000058b4ea0a1d5f207c at com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.getCrowdUser(EmbeddedCrowdGroupManager.java:180) @4000000058b4ea0a1d5f2464 at com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.addMembership(EmbeddedCrowdGroupManager.java:136) @4000000058b4ea0a1d5f284c at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) @4000000058b4ea0a1d5f284c at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) @4000000058b4ea0a1d5f301c at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) @4000000058b4ea0a1d5f301c at java.lang.reflect.Method.invoke(Method.java:498) {code} h3. Workaround Perform a space by space import and create a ticket with Atlassian Cloud Support to import the user accounts and groups.
2
149
CONFCLOUD-52446
02/28/2017 12:20:39
Confluence Cloud Space Export to PDF Gives "Oops, Something Went Wrong" Error
h3. Summary In Confluence Cloud, when trying to perform Space Export to PDF gives "Oops, Something Went Wrong" Error h3. Environment * Confluence Cloud h3. Steps to Reproduce # Go to Space Tools > Content Tools > Export > PDF # Click *Next* button h3. Expected Results # PDF export should be generated h3. Actual Results # "Oops, something went wrong" will be displayed h3. Notes Page Export to PDF works, eventhough the Space Export to PDF does not h3.Workaround As a workaround, user can perform PDF export for the pages inside the space
3
150
CONFCLOUD-52266
03/01/2017 00:24:24
Selecting 'Original' and then 'Border' on image exports incorrectly
h3. Summary When a user inserts an image into a Confluence page and exports to word, the image export will be at a much lower resolution if the user selects the option to add a border to the image AFTER selecting the option to use the original size. This also affects how the image displays in the browser. h3. Steps to Reproduce # Edit a page # Drag and drop an image # Click the image, and select 'Original' size # Now add a Border to the image # Save your page # Image width might display incorrectly in browser depending on size of image # Export page to word. Notice that the size will not be correct h3. Expected Results Size should export in 'Original' size as that has been selected. h3. Notes This might be related to an older bug, linked below h3.Workaround Interestingly if you do it in reverse, ie. add the border first and then select Original size, it works okay.
2
151
CONFCLOUD-52674
03/03/2017 13:30:15
User need to click on Pages every time he goes to a Space
  h3. Summary Every time the user access a Space he needs to click on Pages tab to get the page tree. h3. Environment Reproduced on * Safari * Chrome h3. Steps to Reproduce # Go to a Space. # Click on Pages to open the page tree # Go to another Space # Go back to the Space you've accessed the page tree h3. Expected Results Confluence should remember the user have accessed Pages before and open it once the user comes back to the Space h3. Actual Results Confluence always opens Overview when you access a Space.   h3. Workaround For now, there is nor workaround
2
152
CONFCLOUD-52205
03/15/2017 14:57:15
Unable to generate backup with attachment
h2.  Summary User seeing the following error when creating backup with Attachment {code:java} Export error Unexpected error during export has occurred But don't worry, we'll fix it for you! You just need to contact Atlassian support and paste in this error message, timestamp and your instance details. {code} h2. Steps to replicate # Go to confluence backup manager # Tick Backup Attachments # Click create backup h2. Observed behaviour User seeing the following error {code:java} Export error Unexpected error during export has occurred But don't worry, we'll fix it for you! You just need to contact Atlassian support and paste in this error message, timestamp and your instance details. {code} h2. Expected Behaviour User should be able to create backup with attachment without any issue.   h3.  Workaround Create backup without Attachment
1
153
CONFCLOUD-52505
03/22/2017 18:43:06
Confluence is contacting JIRA for every link on a page while exporting to word
h3. Summary When you try to export a page to WORD, Confluence will contact JIRA for every link between then on the page, overloading the process leading to a "Page unavailable" message. h3. Environment Cloud - JIRA v1000.844.1 Cloud - Confluence 1000.1090.1 h3. Steps to Reproduce # Create a Confluence page with around 260 links to issues in JIRA # Try to export the page to WORD h3. Expected Results The page must be exported to a WORD file h3. Actual Results The application is overloaded with requests checking every connection and times out leading to a page unavailable error. h3.Workaround None
3
154
CONFCLOUD-52379
03/28/2017 10:07:18
Table cut off on PDF Export
h3. Summary PDF table get cut off on PDF Export even though it's not a long table h3. Environment 1000.1112.0 h3. Steps to Reproduce # Create a page # Insert a table   !Screen Shot 2017-03-28 at 5.09.14 PM.png|thumbnail! h3. Expected Results - The table should be rendered properly on PDF export. - Properly set "word-wrap" style to table so that CJK-languages will not have an overflow issue. h3. Actual Results The table is cut off on the exported PDF file.  !Screen Shot 2017-03-28 at 5.09.21 PM.png|thumbnail! h3. Workaround Refer to [Wide tables may be cut off in PDF export|https://confluence.atlassian.com/confcloud/wide-tables-may-be-cut-off-in-pdf-export-951397153.html]. For CJK-users, manually insert ASCII word-devider such as space or break-line to where your text needs to be fold.   !Screenshot 2019-01-23 11.22.14.png|thumbnail! [^SB-5931023-230119-0221.pdf]
2
155
CONFCLOUD-54645
04/07/2017 10:25:46
PDF export generates export of all pages in the space even though there are no pages selected with "Custom Export"
h3. Summary When exporting a space as PDF, deselecting all pages or selecting only the top level page with Custom Export will still generate a PDF export of all pages in the space h3. Steps to Reproduce # Navigate to the space's {{Space Tools >> Content Tools >> Export >> PDF}} # Choose *Custom Export* # Select only the top level page, and deselect every other page in the space, especially its children pages (only 1 page selected) h3. Expected Results Only 1 page would be included in the PDF export h3. Actual Results All pages in the space will be included in the PDF export
2
156
CONFCLOUD-54658
04/10/2017 14:34:30
PDF export creates extra page breaks when long page contains Page Layout Section
h3. Summary If a page contains Page Layout section and the content of this page is longer than one page in the PDF export, PDF export inserts an extra page break before the page. h3. Environment Confluence 1000.1177.1 h3. Steps to Reproduce # Create a new page # Add addtional Page Layout Section # Add enough content to the page so it will require at least two pages in PDF # Export the page to PDF h3. Expected Results * The exported PDF should not contain an extra page h3. Actual Results * PDF export creates extra page breaks when long page contains Page Layout Section
2
157
CONFCLOUD-54660
04/10/2017 19:55:46
Balsamiq doesn't enter presentation mode (full screen)
h3. Summary Balsamiq won't enter in presentation mode (full screen) if Confluence has SPA layout. h3. Environment Confluence 1000.1177.1 h3. Steps to Reproduce # Have Confluence in SPA mode # Have Balsamiq mockup add-on # Create a page and add the Balsamiq macro and configure it to display a mockup # Save the page # When viewing the page click the Balsamiq button to enter in presentation mode (full screen) h3. Expected Results The mockup is displayed in full screen h3. Actual Results The mockup becomes a gray area in the page h3. Notes Confluence must have SPA h3.Workaround When editing the page it is possible to enter in presentation mode.
5
158
CONFCLOUD-54670
04/11/2017 14:30:28
Import Site instructions says it "supports zip files with a maximum nullMB of data"
h3. Summary The Import a Confluence Site has some instructions which say: "_Site import supports zip files with a maximum nullMB of data (the uncompressed XML files inside the backup zip file) and an unlimited amount of attachments._" Notice the "_null_" before the maximum XML size. h3. Environment Confluence 1000.1212.0 h3. Steps to Reproduce # Navigate to Confluence Administration > Import Site h3. Expected Results It should display an actual size limit of the XML (if we still have one). h3. Actual Results It says "_null_"
1
159
CONFCLOUD-54680
04/12/2017 17:44:19
The import space feature sometimes got stuck on "Applying special processing" or in "Retrieving uploaded file" and never finish
h3. Summary The import space feature sometimes got stuck on "Applying special processing" or in "Retrieving uploaded file" and never finishes. h3. Steps to Reproduce # Go to Import Space feature on Confluence # Follow the steps to import a space h3. Expected Results The import is finished correctly, following to JIRA Macro repair feature.   h3. Actual Results The process got stuck on "Applying special processing" and it gives no error message or warning, however, the space is imported successfully after some time, although no "Acknowledge" message appears.   h3. Notes The problem seems to be intermittent. The JIRA Macro repair does not seems to work correctly in the Spaces imported.   h3. Workaround None
2
160
CONFCLOUD-54681
04/12/2017 19:58:25
Null value in BANDANA table causing XML restore to fail.
h3. Summary Null value in BANDANA table causing XML restore to fail. h3. Environment * Confluence Cloud 1000.1212.0 h3. Steps to Reproduce # Create an full site XML backup # Setup a server instance of the latest Confluence version (6.1.1) # Import the backup h3. Expected Results Restore completes fully h3. Actual Results The below exception is thrown in the atlassian-confluence.log file: {noformat} Caused by: org.xml.sax.SAXException: Error while importing backup: not-null property references a null or transient value : com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord.key net.sf.hibernate.PropertyValueException: not-null property references a null or transient value : com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord.key at com.atlassian.confluence.importexport.xmlimport.parser.BackupParser.endElement(BackupParser.java:45) {noformat} Similar issue to [XML import fails due to error: not-null property references a null or transient value|https://confluence.atlassian.com/confkb/xml-import-fails-due-to-error-not-null-property-references-a-null-or-transient-value-666601423.html]. From the error though, there is a null in the {{com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord.key}} column. The issue we're seeing specifically on two instances is with the following entry: *com.atlassian.confluence.security.login.DefaultLoginManager*. h3. Notes Table in Cloud is set up properly though, so we don't know how the NULL value is getting in there: {code} confluence_355851=> \d bandana Table "public.bandana" Column | Type | Modifiers ----------------+------------------------+----------- bandanaid | bigint | not null bandanacontext | character varying(255) | not null bandanakey | character varying(100) | not null bandanavalue | text | {code} h3.Workaround In the cloud instance: # Run this to find the NULL values: {code:sql} select * from bandana where bandanaid is null or bandanacontext is null or bandanakey is null; select * from bandana where bandanacontext = '' or bandanakey = ''; {code} # Delete the values # Restart Confluence and create a new export
2
161
CONFCLOUD-54693
04/13/2017 15:55:15
PDF Export Retrieves Images From JIRA Macros via the Display URL and not the Application URL
h3. Steps to Reproduce # Create an Application Link between Confluence and JIRA # Set the Display URL to a non-existent address, or to a proxy address that is reachable from the client's browser, but not accessible from the Confluence Server itself (the whole point of having an Application URL / Display URL separation) # Create a page and add a JIRA issue into the page # Export the page to PDF You will notice Errors such as these: {code:java} 2014-03-22 17:57:51,167 WARN [http-8542-1] [confluence.extra.flyingpdf.ConfluenceExportUserAgent] getImageResource Could not retrieve image resource http://192.168.2.3:8614/jira614/images/icons/statuses/open.png during Confluence export -- url: /c542/spaces/flyingpdf/pdfpageexport.action | page: 1933317 | userName: admin | referer: http://localhost:8542/c542/display/GIE/sa+dasd+as+d+assad | action: pdfpageexport {code} It seems that the getImageResource will attempt to obtain /images/icons/statuses/open.png via the Display URL, and not the Application URL. The Confluence Server is unable to reach the Display URL, hence, the error h3. Workaround Not workaroundable in Cloud yet  
2
162
CONFCLOUD-54715
04/18/2017 12:30:24
Export Produces Errors for Created vs Resolved Chart Macro
h3. ***Steps to Reproduce*** # Create a page with Created vs Resolved Chart Macro # Save the page # Export page to pdf h3. ***Current Behaviour*** The Created vs Resolved Chart Macro becomes a URL h3. ***Expected Behaviour*** Created vs Resolved Chart Macro is rendered and exported
2
163
CONFCLOUD-54725
04/19/2017 12:37:03
Full Export description text is wrong (HTML Export)
This should be related to: https://jira.atlassian.com/browse/CONFCLOUD-36754 In Space Operations > Export > HTML Export, this text is displayed: {code} Normal Export Generates a HTML file for each page in this space, excluding blogs, comments, and attachments. {code} Contrary to what the text says, the resulting zipfile does include attachments (but no comments). This makes sense because it's a full export, but the text is confusing.
2
164
CONFCLOUD-54874
04/27/2017 02:14:01
Imported space is not visible in UI
h3. Summary After a space import, the spaces are not listed on the *Space directory*. !CONFCLOUD-54874-screenshot_001.png|width=378,height=193,thumbnail! * however it can be accessed using the space key: !CONFCLOUD-54874-screenshot_002.png|width=372,height=190,thumbnail! h3. Steps to Reproduce # Import a space. # Go to the *Space directory* h3. Expected Results The space is listed properly in the *Space directory* h3. Actual Results The space is not listed in the *Space directory* h3. Workaround This is an issue with indexing of the space being slow - please wait for a couple of minutes for the space to show up. Alternatively to kick off another indexing task to get the space to show up faster, favourite the space and unfavourite it. The space will show up in the *Space directory*    
2
165
CONFCLOUD-54811
04/27/2017 09:47:59
Image missing when doing Page Export to pdf with Word macro
h3. Steps to replicate # Create a word document with image in it # Create a page with word macro # Upload the file you created in step 1. # Save the page # Export the page to PDF h3. Observed Behaviour The pdf does not contain the images.   h3. Expected behaviour The pdf contain the images from the word document.
2
166
CONFCLOUD-54826
04/28/2017 04:29:52
Confluence Backup is stuck due to a restart
h3. Summary Confluence backup is not progressing and there has been no status change in the Confluence UI for quite some time (30-60minutes).  The UI is stuck at message "Getting Objects to Export"  h3. Steps to Reproduce Create a new backup using the Backup Manager in Confluence   Expected Results Backup starts, then completes successfully.   Actual Results Confluence Backup is stuck and there is no progress update in the UI or the UI displays a message "Getting Objects to Export".  h3. Workaround  There is a possibility that the Backup has been terminated and the Confluence UI is unable to fetch the latest status. Contact support at support.atlassian.com with reference to this bug.   
3
167
CONFCLOUD-54847
05/02/2017 02:33:13
Export to PDF - File Name is using wrong timezone
h3. Summary PDF Export file name is using GMT instead of local server time. h3. Environment * Confluence Cloud 1000.1257.2 h3. How to Replicate # Go to any page, export to PDF h3. Expected result: File has 'SpaceKey-PageName-ConfluenceDateTime' format. h3. Actual result: File has 'SpaceKey-PageName-SystemDateTime' format. Because Confluence's "System Time" is GMT but "System Timezone" is "AEST, the file has incorrect time. h3. Workaround No workaround at the moment.
1
168
CONFCLOUD-54897
05/09/2017 00:25:07
PDF export table of content does not display sub pages up to fifth level
h3. Summary When exporting a space to PDF, the table of content does not display the list of content h3. Environment Cloud - Confluence Version 1000.1257.3 h3. Steps to Reproduce # Export a Space from Confluence h3. Expected Results The table of contents should display all child/sub pages h3. Actual Results The table of contents only displays up to 4th Level and 5th level child pages are not displayed in table of contents h3. Workaround No workaround found at the moment.
2
169
CONFCLOUD-54950
05/11/2017 10:14:50
Site import fails to restore individual space permissions
h3. Summary Site import does not restore the individual space permission. h3. Steps to Reproduce # Create a confluence user # Create a space # Grant the confluence user an individual space permission on the created space ( *Space Tools > Permissions* ) # Create a backup of Confluence using the Backup Manager # Restore the same backup file on the same Confluence cloud instance and check the Individual Space Permission ( *Space Tools > Permissions* ) h3. Expected Results The individual space permission should be existing on the imported space after the site import. !before export.png|thumbnail! h3. Actual Results The individual space permission is not imported. !after restore.png|thumbnail!
3
170
CONFCLOUD-55007
05/15/2017 17:53:29
Can't import Word document using Internet Explorer 11
h3. Summary Trying to import a Word document using IE11 will fail with an empty error message during the upload of the file. h3. Steps to Reproduce # Access Confluence with IE11 # Go to a page and click the ellipsis menu > Import Word document # Click the "Select file to import" button and browse the file h3. Expected Results The file would upload and you could proceed with the import. h3. Actual Results The file never uploads and an empty error message is displayed (see screenshot) h3. Notes In the development console there's some errors like: {noformat}object_create_fail: ReferenceError: 'Promise' is undefined undefined Unhandled promise rejection undefined{noformat} h3.Workaround Use Chrome or Firefox.
2
171
CONFCLOUD-55115
05/24/2017 00:36:24
Manually enabled dark features are included in site export
h3. Summary Manually enabled dark features are included in site export h3. Environment * Confluence Cloud * Example using ElasticSearch dark features h3. Steps to Reproduce # In Cloud, go to [https://yourdomain.atlassian.net/wiki/admin/darkfeatures.action] # Add the following dark features: {code:java} es.recent.updates es.shadow.recent.updates es.site.search es.site.search.odd {code} # Search for an item in Confluence (Note: search works) # Create a site export # Import it into Confluence Server v6.0+ h3. Expected Results Dark features are reset to default h3. Actual Results Default dark features are not included in the export, but manually enabled dark features will be imported. In the case of Elastic Search being enabled, when trying to search for anything, the following stack trace is thrown: !darkfeatures.png|thumbnail! h3. Notes The following are enabled by default in Cloud, but are not included in the site export: {code:java} es.indexing es.reindex {code} h3. Workaround # In the new instance, go to [https://your.base.url/admin/darkfeatures.action] # Remove the manually added dark features
2
172
CONFCLOUD-55181
05/29/2017 01:00:07
Unable to Import Word Document on Confluence Page
h3. Summary Empty error prompt appears after trying to upload a Word document !screenshot-1.png! h3. Steps to replicate # Create new page # Click on menu button # Click on Import Word Document h3. Expected Result Able to Import Word Document h3. Actual Result Word is not imported and empty error prompt are shown Here's the console error: !screenshot-2.png! h3. Workaround -
2
173
CONFCLOUD-55238
05/31/2017 10:26:41
Downloading Confluence backup data cause high CPU usage
h3. SUMMARY Downloading Confluence backup data cause high CPU usage thus affecting the performance of the instance. This is most likely to occur with a huge backup data.
3
174
CONFCLOUD-55251
06/01/2017 15:03:36
Unable to import a space using IE 11
h3. Summary Importing space using IE 11 is stuck on "Upload in Progress" h3. Environment Vertigo Confluence 1000.0.0-3e58b1cb588 h3. Steps to Reproduce # Import a space backup using IE 11 h3. Expected Results * The backup file should be imported without issue h3. Actual Results * Space import is stuck on Upload in Progress * !upload.png|thumbnail! h3. Workaround * Use another browser (Chrome or Firefox)
2
175
CONFCLOUD-55313
06/06/2017 13:39:29
Site import are failing with the error message "com.atlassian.confluence.user.UserManagementOperationFailedException: com.atlassian.idp.client.exceptions.BadRequestException: No response body"
h3. Summary Site import is failing during the post-import tasks steps with the error message: {code}com.atlassian.confluence.user.UserManagementOperationFailedException: com.atlassian.idp.client.exceptions.BadRequestException: No response body{code} h3. Environment * Confluence Cloud 1000.1475.1 h3. Steps to Reproduce # Perform a site import h3. Expected Results The site import completes properly. h3. Actual Results The site import fails with the following error message displayed: {noformat} com.atlassian.confluence.user.UserManagementOperationFailedException: com.atlassian.idp.client.exceptions.BadRequestException: No response body {noformat} Full stack trace: {code}com.atlassian.confluence.user.UserManagementOperationFailedException: com.atlassian.idp.client.exceptions.BadRequestException: No response body at com.atlassian.confluence.user.DefaultUserAccessor.addMembership(DefaultUserAccessor.java:156) at com.atlassian.confluence.user.DefaultUserAccessor.addMembership(DefaultUserAccessor.java:1068) at sun.reflect.GeneratedMethodAccessor1171.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at com.atlassian.spring.interceptors.SpringProfilingInterceptor.invoke(SpringProfilingInterceptor.java:16) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy93.addMembership(Unknown Source) ... 2 filtered at java.lang.reflect.Method.invoke(Method.java:498) at com.atlassian.plugin.util.ContextClassLoaderSettingInvocationHandler.invoke(ContextClassLoaderSettingInvocationHandler.java:26) at com.sun.proxy.$Proxy360.addMembership(Unknown Source) ... 2 filtered at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:302) at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56) at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133) at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor$1.run(ServiceTCCLInterceptor.java:61) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:130) at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokePrivileged(ServiceTCCLInterceptor.java:58) at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:50) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133) at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208) at com.sun.proxy.$Proxy2397.addMembership(Unknown Source) at com.atlassian.ondemand.confluenceimporter.procesors.post.UserPostImportTask.addMembership(UserPostImportTask.java:247) at com.atlassian.ondemand.confluenceimporter.procesors.post.UserPostImportTask.updateGroupMemberships(UserPostImportTask.java:209) at com.atlassian.ondemand.confluenceimporter.procesors.post.UserPostImportTask.doExecute(UserPostImportTask.java:121) at com.atlassian.ondemand.confluenceimporter.procesors.post.AbstractPostImportTask$1.call(AbstractPostImportTask.java:20) at com.atlassian.ondemand.confluenceimporter.procesors.post.AbstractPostImportTask$1.call(AbstractPostImportTask.java:17) at com.atlassian.ondemand.confluenceimporter.util.SysadminImpersonatorImpl.execute(SysadminImpersonatorImpl.java:34) at com.atlassian.ondemand.confluenceimporter.procesors.post.AbstractPostImportTask.execute(AbstractPostImportTask.java:17) at com.atlassian.confluence.importexport.Importer.doImport(Importer.java:83) at com.atlassian.confluence.importexport.DefaultImportExportManager.performImportInternal(DefaultImportExportManager.java:97) at com.atlassian.confluence.importexport.DefaultImportExportManager.doPerformImport(DefaultImportExportManager.java:88) at com.atlassian.confluence.importexport.DefaultImportExportManager.performImport(DefaultImportExportManager.java:83) ... 3 filtered at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy103.performImport(Unknown Source) ... 3 filtered at java.lang.reflect.Method.invoke(Method.java:498) at com.atlassian.plugin.util.ContextClassLoaderSettingInvocationHandler.invoke(ContextClassLoaderSettingInvocationHandler.java:26) at com.sun.proxy.$Proxy461.performImport(Unknown Source) ... 3 filtered at java.lang.reflect.Method.invoke(Method.java:498) at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean$DynamicServiceInvocationHandler.invoke(HostComponentFactoryBean.java:136) at com.sun.proxy.$Proxy461.performImport(Unknown Source) at com.atlassian.confluence.importexport.actions.ImportTask.runInternal(ImportTask.java:67) at com.atlassian.ondemand.confluenceimporter.service.importer.SiteImportTaskRunnerImpl.doImport(SiteImportTaskRunnerImpl.java:284) at com.atlassian.ondemand.confluenceimporter.service.importer.SiteImportTaskRunnerImpl.runInternal(SiteImportTaskRunnerImpl.java:241) at com.atlassian.ondemand.confluenceimporter.service.importer.SiteImportTaskRunnerImpl.runImport(SiteImportTaskRunnerImpl.java:811) at com.atlassian.ondemand.confluenceimporter.service.importer.SiteImportTaskRunnerImpl.lambda$runTask$2(SiteImportTaskRunnerImpl.java:779) at cloud.atlassian.logmon.datadog.publisher.internal.TaggedFunctionalTimeRecorder.with(TaggedFunctionalTimeRecorder.java:30) at com.atlassian.ondemand.confluenceimporter.service.importer.SiteImportTaskRunnerImpl.runTask(SiteImportTaskRunnerImpl.java:779) at com.atlassian.progress.amq.TaskProcessor.accept(TaskProcessor.java:63) at com.atlassian.progress.amq.TaskProcessor.accept(TaskProcessor.java:23) at com.atlassian.progress.amq.ConcurrencyControlTaskProcessor.accept(ConcurrencyControlTaskProcessor.java:68) at com.atlassian.progress.amq.ConcurrencyControlTaskProcessor.accept(ConcurrencyControlTaskProcessor.java:19) at com.atlassian.progress.amq.ProgressAwareMessageRunner.processMessage(ProgressAwareMessageRunner.java:52) at com.atlassian.confluence.impl.messagequeue.VCacheMessageRunner.lambda$processMessage$0(VCacheMessageRunner.java:21) at com.atlassian.confluence.vcache.VCacheRequestContextOperations.lambda$doInRequestContext$0(VCacheRequestContextOperations.java:49) at com.atlassian.confluence.impl.vcache.VCacheRequestContextManager.doInRequestContext(VCacheRequestContextManager.java:83) at com.atlassian.confluence.impl.vcache.VCacheRequestContextManager.doInRequestContext(VCacheRequestContextManager.java:73) at com.atlassian.confluence.vcache.VCacheRequestContextOperations.doInRequestContext(VCacheRequestContextOperations.java:48) at com.atlassian.confluence.impl.messagequeue.VCacheMessageRunner.processMessage(VCacheMessageRunner.java:20) at com.atlassian.confluence.util.zipkin.impl.ZipkinMessageRunner.processMessage(ZipkinMessageRunner.java:43) at com.atlassian.messagequeue.internal.scheduler.SchedulerMessageRunnerService$AmqJobRunner.processNestedMessage(SchedulerMessageRunnerService.java:207) at com.atlassian.messagequeue.internal.scheduler.SchedulerMessageRunnerService$AmqJobRunner.runJob(SchedulerMessageRunnerService.java:164) at com.atlassian.confluence.util.zipkin.impl.ZipkinJobRunnerWrapper.runJob(ZipkinJobRunnerWrapper.java:53) at com.atlassian.scheduler.core.JobLauncher.runJob(JobLauncher.java:191) at com.atlassian.scheduler.core.JobLauncher.launchAndBuildResponse(JobLauncher.java:164) at com.atlassian.scheduler.core.JobLauncher.launchJob(JobLauncher.java:135) at com.atlassian.scheduler.core.JobLauncher.launch(JobLauncher.java:126) at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.launchJob(CaesiumSchedulerService.java:480) at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.executeClusteredJob(CaesiumSchedulerService.java:458) at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.executeClusteredJobWithRecoveryGuard(CaesiumSchedulerService.java:463) at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.executeQueuedJob(CaesiumSchedulerService.java:409) at com.atlassian.confluence.impl.schedule.caesium.UnicornSchedulerService.lambda$executeQueuedJob$0(UnicornSchedulerService.java:107) at com.atlassian.confluence.vcache.VCacheRequestContextOperations.lambda$doInRequestContext$0(VCacheRequestContextOperations.java:49) at com.atlassian.confluence.impl.vcache.VCacheRequestContextManager.doInRequestContext(VCacheRequestContextManager.java:83) at com.atlassian.confluence.impl.vcache.VCacheRequestContextManager.doInRequestContext(VCacheRequestContextManager.java:73) at com.atlassian.confluence.vcache.VCacheRequestContextOperations.doInRequestContext(VCacheRequestContextOperations.java:48) at com.atlassian.confluence.impl.schedule.caesium.UnicornSchedulerService.executeQueuedJob(UnicornSchedulerService.java:107) at com.atlassian.scheduler.caesium.impl.SchedulerQueueWorker.executeJob(SchedulerQueueWorker.java:65) at com.atlassian.scheduler.caesium.impl.SchedulerQueueWorker.executeNextJob(SchedulerQueueWorker.java:59) at com.atlassian.scheduler.caesium.impl.SchedulerQueueWorker.run(SchedulerQueueWorker.java:34) at java.lang.Thread.run(Thread.java:745) Caused by: com.atlassian.idp.client.exceptions.BadRequestException: No response body at com.atlassian.idp.client.IdentityPlatformClientImpl.mapStatusCodeException(IdentityPlatformClientImpl.java:516) at com.atlassian.idp.client.IdentityPlatformClientImpl.makeRequestWithEntityBodyAndNoExpectedResponse(IdentityPlatformClientImpl.java:476) at com.atlassian.idp.client.IdentityPlatformClientImpl.addUserToGroups(IdentityPlatformClientImpl.java:393) at com.atlassian.crowd.directory.IdentityPlatformRemoteDirectory.addUserToGroup(IdentityPlatformRemoteDirectory.java:646) at com.atlassian.crowd.directory.DbCachingRemoteDirectory.addUserToGroup(DbCachingRemoteDirectory.java:1422) ... 2 filtered at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) at com.sun.proxy.$Proxy71.addUserToGroup(Unknown Source) at com.atlassian.crowd.manager.application.ApplicationServiceGeneric.addUserToGroup(ApplicationServiceGeneric.java:1483) ... 2 filtered at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) at com.sun.proxy.$Proxy72.addUserToGroup(Unknown Source) at com.atlassian.crowd.embedded.core.CrowdServiceImpl.addUserToGroup(CrowdServiceImpl.java:859) at com.atlassian.crowd.embedded.core.DelegatingCrowdService.addUserToGroup(DelegatingCrowdService.java:243) at com.atlassian.crowd.embedded.core.FilteredCrowdServiceImpl.addUserToGroup(FilteredCrowdServiceImpl.java:334) ... 2 filtered at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at com.atlassian.spring.interceptors.SpringProfilingInterceptor.invoke(SpringProfilingInterceptor.java:16) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy73.addUserToGroup(Unknown Source) at com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.addMembership(EmbeddedCrowdGroupManager.java:141) ... 2 filtered at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy76.addMembership(Unknown Source) at com.atlassian.confluence.user.DefaultUserAccessor.addMembershipInternal(DefaultUserAccessor.java:1170) at com.atlassian.confluence.user.DefaultUserAccessor.addMembership(DefaultUserAccessor.java:154) ... 118 more {code} h3.Workaround None at the moment.
2
176
CONFCLOUD-55375
06/12/2017 22:49:31
Space Export shows too many attachments in progress when doing an export
To reproduce: # Go to Space Tools # Create an XML export of the space # Once the export starts writing attachments it shows something like "Copied 41 out of 53685 attachments." when there only might be much less (like ~50). The export also doesn't contain 53685 but only the ones that are in space.
2
177
CONFCLOUD-55404
06/14/2017 22:45:53
CSS Inconsistent behavior for changing headers font size
h3. Summary PDF CSS settings for headers are not working properly for PDF exports. The h3. Steps to Reproduce # Go to space PDF CSS settings # Try including this code to change headers {code} h1,h2,h3,h4,h5,h6,h7,h8,h9 { font-size: 50px; }{code} # Perform a full space export to pdf check that only content formatted as Heading3 (h3), will have been changed. (There were other cases, where only H6 was changed) h3. Expected Results CSS to be applied to any header as configured h3. Actual Results Configuration applied !screenshot-2.png|thumbnail! Actual Page !screenshot-1.png|thumbnail! Results obtained (for this case, only h6 got applied, that's why the bug is inconsistent). !screenshot-3.png|thumbnail!
2
178
CONFCLOUD-55435
06/16/2017 14:25:09
Space Import hangs at 30%, but it's still running in the background
h2. Summary When performing a space import, once it hits 30%, the bar will hang there. However, the import is still running in the background. h2. Steps to Replicate # Import a space # The progress will hang on 30% h2. Expected Result It should progress until 100% and states that it is successful h2. Current Result It is hanging at 30%, and no errors were shown. h2.  
2
179
CONFCLOUD-55729
06/27/2017 19:27:54
Bullet Lists Issues when Exporting to Word
h3. Summary In Confluence, when using the Bullet points and using letters, it will export everything as numbers, not respecting the current bullet points in the page. h3. Steps to Reproduce # *Edit* a page in Confluence # Insert a *numbered list* with bullet points # Press *tab* so it will change from numbers to letters # Save the page and *Export to Word* h3. Expected Results The exported content should respect the bullet points according to the format used. h3. Actual Results All the bullet points will be displayed as numbers. h3.Workaround No workaround at the moment. Attached is a Word document used as an example.
2
180
CONFCLOUD-55733
06/27/2017 21:28:00
Width Not Respected in Word Export for JIRA Issues Macro
h3. Summary Similar to [this bug in PDF|https://jira.atlassian.com/browse/CONFSERVER-5853], when tryin to export the page to Word, the current size for the tables will be the same, as displayed in the screenshot below: !test.png|thumbnail! h3. Steps to Reproduce # *Edit* a page in Confluence # Insert a *JIRA Macro*, selecting multiple issues to be displayed (as a table) # Save the page and *Export to Word* h3. Expected Results The exported content should respect the width of the tables. h3. Actual Results The width of the tables are the same, not allowing the content of JIRA macros to be readable. h3.Workaround Split the issues in order to avoid using tables.
2
181
CONFCLOUD-55950
07/10/2017 10:33:21
Very Slow Import Process for Site Import that Contains a lot of Users and Memberships
h2. Problem Description If customer processed migration from Confluence Server to Cloud using site import, which contains a lot of Users and Memberships, it will take a very long hour to complete. h2. Steps to Replicate For this, it was tested against a site backup from server that is 13MB zipped. However having approximately 3k users, 1.6k groups and 30k membership association. h2. Expected Result It completes in less than an hour similar to site import in Confluence Server h2. Actual Result It took approximately 13 hours to complete import the instance h2. Observation From the progress, it seems to be stopping at a certain percentage for a long while. Without access to the log, customer unable to tell what is happening. From the supporter's perspective, the import is firing rest events to create users and adding them to memberships. Which take a great amount of time if the data come from a big instance.
3
182
CONFCLOUD-56020
07/12/2017 13:44:37
Custom space export times out on building the page tree
h3. Summary When performing a custom space export for a huge space, building of the tree can hit the proxy time-out and the custom export cannot proceed. h3. Steps to Reproduce # Identify a huge space # *Space Tools > Content Tools > Export > XML / HTML / PDF > Custom* h3. Expected Results The page tree should be loaded and the user can choose which pages to export. h3. Actual Results The following error message appears after 60 seconds. {code} Error Loading Pages An error was encountered loading page for the space SPACEKEY. Please contact your administrator for help. error: url=/wiki/spaces/flyingpdf/flyingpdftree.action params=key=SPACEKEY {code}
3
183
CONFCLOUD-56581
08/03/2017 11:16:51
Links in exported PDF is redirecting back to Cloud instances
h3. Summary The links in the PDF (space export), is redirecting back to Cloud Instances. h3. Steps to Replicate # Export a space that contains a few pages to PDF # In the PDF file, click on the links to the page # It will redirect back to Cloud Instance h3. Expected Result The link should bring the user to the page within the PDF h3. Current Result The link redirects the user back to Cloud instance h3. Workaround None
2
184
CONFCLOUD-56695
08/08/2017 22:27:40
When trying to export a Space using the custom export option "Error Loading Pages"
h3. Summary When trying to export some spaces with lots of pages and attachments, using the "Custom Export" option could be used to avoid problematic pages if the space exports fail, however, for some Confluence instances the custom export renders an error "Error Loading Pages". h3. Steps to Reproduce # Via "Space tools" browse to "Content Tools" and click on tab "Export"; # Choose the export format and click "Next"; # Click on "Custom Export". h3. Expected Results The page tree is loaded and you are able to choose which pages to export. h3. Actual Results The page doesn't load and an error is rendered in the UI. !Screen Shot 2017-08-08 at 6.22.20 PM.png|thumbnail! h3.Workaround None so far. h3. Notes Exporting to other formats could work.
2
185
CONFCLOUD-57166
08/30/2017 18:59:51
[Backend] Space Shortcuts are kept when deleting a Space
h3. Summary Space Shortcuts are kept when deleting a Space h3. Steps to Reproduce # Create a Space # Create some Space Shortcuts on this space # Delete the Space # Create another Space with the same Space Key h3. Expected Results The new space shouldn't have any Space Shortcuts. h3. Actual Results Space shortcuts are kept from the older space with the same Key
2
186
CONFCLOUD-57411
09/12/2017 13:45:32
"Search" text is not displayed on Internet Explorer 11
h3. Summary The *Search* text is not displayed when using IE 11. The search box is blanked by default unlike in other browsers where you see a grey *Search* displayed. h3. Environment * Internet Explorer 11 h3. Steps to Reproduce # Access the search using IE 11. h3. Expected Results *Search* is displayed in grey in the search box before inputting any text. h3. Actual Results Nothing is displayed and the search box is blank. h3.Workaround None. It does not prevent users from using the search.
1
187
CONFCLOUD-57447
09/14/2017 13:28:26
Unable to show or hide certain Team Calendar event types using Chrome browser
h3. Summary Navigate to calendar in a space with existing calendars, showing or hiding certain event types is not working when you use Chrome browser. h3. Environment Confluence 1000.0.0-57e69bf Google Chrome Version 61.0.3163.79 h3. Steps to Reproduce # *Access a space* # Click on *Calendar* at the sidebar # Click on the drop-down arrow and choose *Add existing calendar* # Search for the existing Calendar # Try to click an event type to show or hide its events h3. Expected Results * Clicking an event type should show or hide its events h3. Actual Results * Clicking an event type is showing a gray rectangle. h3. Workaround Use another browser (Firefox)
2
188
CONFCLOUD-60209
11/06/2017 17:57:27
Dynamic content macro icon URL not changing
While developing a dynamic content macro, I'm unable to get confluence to use a changed URL of the macro icon (in the descriptor JSON: modules -> dynamicContentMacros -> [0] -> icon -> url). I tried changing the URL and reinstalling the addon, both just now and over a week ago, but it still uses the icon URL that I first provided when installing the descriptor for the very first time in the UI. Clearing the browser data resolves the issue, but I guess this should also work if not all customers clear their browser data regularly? I was not able to find out where this was stored and had to remove browsing data for the past 4 weeks (removing all the data from the Atlassian domains wasn't enough).
3
189
CONFCLOUD-58280
11/16/2017 13:59:12
Newly installed apps with dynamic macros can't be found in the list to insert into a page
h3. Summary Newly installed apps with dynamic macros can't be found in the list to insert into a page. Other vendors at Atlassian App Week (Amsterdam 2017) have observed this issue in customer instances. Not all instances appear to be affected. h3. Steps to Reproduce # Install a Connect app that has a dynamic macro (e.g. Navitabs Add-on, Tableau for Confluence, Numbered Headings, eazyBI for Jira in Confluence Cloud) # Create a new page # Try to insert a macro (e.g. "Tableau for Confluence") the app includes and observe that it doesn't appear in the list h3. Expected Results The newly added app's macros should appear in the macro list h3. Actual Results You cannot find the macros h3. Impact *_Affects both old and new editor_* h3. Notes Using incognito mode seems to work. I've done some more digging. There's a request behind the scenes when editing a page that goes to {{/wiki/plugins/macrobrowser/browse-macros.action?detailed=false&macroMetadataClientCacheKey=1}} which contains the list of all the macros. In both the normal and incognito browser modes it makes this request once and then continues to load it from the disk cache for future page edits (hence why newly installed add-on macros were not appearing). See the linked PR for more info. h3. Workaround * Clear the browser cache OR * Work in incognito mode
5
190
CONFCLOUD-60388
12/06/2017 21:45:06
Cannot GET attachment by REST API when attachment on a draft page
There is no way to get an attachment content when the attachment is on a draft page. We need to be able to do this to display a placeholder image in our add-on. Using /rest/api/content/<att id> results in an error as well as /rest/api/content/<page id>child/attachment. There are no options to specify the page is a draft like the request to create content. We are working around this by calling the download url directly without getting it from the content object, but I am concerned the download url could change in the future without warning. Please fix this so we can follow the proper workflow of getting the download url from the content.
2
191
CONFCLOUD-60531
01/10/2018 16:25:05
Dialog not opening correctly from dynamicContentMacros
The call to {{AP.dialog.create}} isn't working as it used to. When called from inside something defined in the {{dynamicContentMacros}} module it fails to load the contents of the dialog, but works fine when called from something defined in the {{generalPages}} module. When the atlassian-connect.json has the following in: {code}{ "key":"dialog-test", "name":"Confluence Test Connect Add-on", "modules": { "dialogs": [ { "key":"my-dialog", "url":"/dialog.html", "options": { "header": { "value":"Example Dialog" } } } ], ... } }{code} As part of using {{AP.dialog.create({key:"my-dialog",...}} confluence makes a request to: {{https://*.atlassian.net/wiki/plugins/servlet/ac/dialog-test/my-dialog}} when called from something defined in {{generalPages}} this works but from {{dynamicContentMacros}} this request produces a 500 internal error due to a null pointer exception. This appears to be because there is a property {{": = | RAW | = :"}} which is being set to null in the form data that is being sent to the url. I've tried this on a new dev instance of confluence to make sure that it wasn't something that had accidentally been added in our main (or my dev) instance of confluence. I've attached a zip file containing a simple addon, which uses node/express, that I used for testing to see where the error may have been coming from.
0
192
CONFCLOUD-58987
02/05/2018 20:21:38
Share button not working for Team Calendar
h3. Summary Share button isn't working in Confluence Cloud instances. h3. Steps to Reproduce # Go to a space that contains a calendar; # Select the calendar option in the sidebar; # Click on the share button; h3. Expected Results The share dialog box displays h3. Actual Results The button is unresponsive h3. Workaround No workaround.
3
193
CONFCLOUD-60476
02/13/2018 16:18:38
Group names are returned in lowercase in the response of REST requests
*Steps to reproduce:* # Create a group and give it the name "FOO" (uppercase) # Make a GET request to this endpoint `/rest/api/group/FOO` *What happens:* In the response of the REST API the group name is always lowercase. Also, for example, if that group is added to the permissions of some space and then the permissions are queried through a REST request then the group name is also lowercase in the response. *What should happen:* The REST endpoints should return the group names in the correct case.
1