-
Bug
-
Resolution: Fixed
-
High
-
6.5.0, 6.5.1, 6.5.2, 6.6.0, 6.6.1, 6.6.6, 6.6.7, 6.7.0
-
20
-
Severity 3 - Minor
-
97
-
Summary
The JIRA 'Change log' Report creator in Confluence no longer works.
When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads.
This worked in 6.4.1, and broke in 6.5.0
Environment
- Confluence Version 6.5.0
- Jira 7.5.3
Steps to Reproduce
- In confluence click on the '...' next to the 'Create' button in the top menu bar
- Select 'JIRA Report' and click 'next'
- Select 'Change Log' and click 'next'
- Select a Project from the drop down menu, leave other fields as default and click 'create'
Expected Results
- The report is created and the page is loaded
Actual Results
- The loading icon will be displayed indefinitely and nothing will happen, the report is not created
- The below exception is thrown in the logs
ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel;
- Error showing in the Chrome browser Console:
POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error)
Workaround 1
- Remove the current version of Blueprints that you have bundled with Confluence. Refer to the following guide to uninstall bundled plugins: How to Remove Bundled or System Plugins
- Manually install new version of confluence-software-blueprints version 4.1.1. We have found this to work with the JAR file taken from Confluence 6.6.10. confluence-software-blueprints-4.1.1.jar
. A guide on how to manually install is here: Installing Marketplace apps.
Workaround 2
"switch to advanced" prior to hitting "create" works for some users
- The error will occur if Automatically update issue status and summaries from Jira is checked in the Switched to Advance settings
Workaround 3
Manually create the page
- is a regression of
-
CONFSERVER-40451 Confluence 'Create JIRA Report - Change log' doesn't load
-
- Closed
-
- is duplicated by
-
CONFSERVER-54317 Confluence 'Create JIRA Report - Change log' doesn't load
-
- Closed
-
- relates to
-
PSR-145 You do not have permission to view this issue
[CONFSERVER-54310] Confluence 'Create JIRA Report - Change log' doesn't load - regression
Fixed in Enterprise Release/s | New: [Download 6.6|https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html] |
Affects Version/s | New: 6.6.7 [ 80494 ] |
Description |
Original:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! h3. Workaround - Remove the current version of Blueprints that you have bundled with Confluence. Refer to the following guide to uninstall bundled plugins: [How to Remove Bundled or System Plugins|https://confluence.atlassian.com/confkb/how-to-remove-bundled-or-system-plugins-648544751.html] - Manually install new version of confluence-software-blueprints version 4.1.1. We have found this to work with the JAR file taken from Confluence 6.6.10. [^confluence-software-blueprints-4.1.1.jar]. A guide on how to manually install is here: [Installing Marketplace apps|https://confluence.atlassian.com/upm/installing-add-ons-273875715.html#InstallingMarketplaceapps-Installingbyfileupload]. |
New:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! h3. Workaround 1 - Remove the current version of Blueprints that you have bundled with Confluence. Refer to the following guide to uninstall bundled plugins: [How to Remove Bundled or System Plugins|https://confluence.atlassian.com/confkb/how-to-remove-bundled-or-system-plugins-648544751.html] - Manually install new version of confluence-software-blueprints version 4.1.1. We have found this to work with the JAR file taken from Confluence 6.6.10. [^confluence-software-blueprints-4.1.1.jar]. A guide on how to manually install is here: [Installing Marketplace apps|https://confluence.atlassian.com/upm/installing-add-ons-273875715.html#InstallingMarketplaceapps-Installingbyfileupload]. h3. Workaround 2 "switch to advanced" prior to hitting "create" works for some users * The error will occur if *Automatically update issue status and summaries from Jira* is checked in the *Switched to Advance* settings h3. Workaround 3 Manually create the page |
Description |
Original:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! h3. Workaround - Manually install new version of confluence-software-blueprints version 4.1.1. We have found this to work |
New:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! h3. Workaround - Remove the current version of Blueprints that you have bundled with Confluence. Refer to the following guide to uninstall bundled plugins: [How to Remove Bundled or System Plugins|https://confluence.atlassian.com/confkb/how-to-remove-bundled-or-system-plugins-648544751.html] - Manually install new version of confluence-software-blueprints version 4.1.1. We have found this to work with the JAR file taken from Confluence 6.6.10. [^confluence-software-blueprints-4.1.1.jar]. A guide on how to manually install is here: [Installing Marketplace apps|https://confluence.atlassian.com/upm/installing-add-ons-273875715.html#InstallingMarketplaceapps-Installingbyfileupload]. |
Attachment | New: confluence-software-blueprints-4.1.1.jar [ 338068 ] |
Description |
Original:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} h3. Workaround - * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! |
New:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! h3. Workaround - Manually install new version of confluence-software-blueprints version 4.1.1. We have found this to work |
Description |
Original:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! |
New:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} h3. Workaround - * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! |
Affects Version/s | New: 6.6.6 [ 80493 ] |
Description |
Original:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! h3. Workaround 1 Manually install new version of confluence-software-blueprints version [5.1.1|https://packages.atlassian.com/maven-public-local/com/atlassian/confluence/plugins/confluence-software-blueprints/5.1.1/confluence-software-blueprints-5.1.1.jar] h3. Workaround 2 "switch to advanced" prior to hitting "create" works for some users * The error will occur if *Automatically update issue status and summaries from Jira* is checked in the *Switched to Advance* settings h3. Workaround 3 Manually create the page |
New:
h3. Summary
The JIRA 'Change log' Report creator in Confluence no longer works. When attempting to create a report the screen the 'loading' icon is displayed indefinitely and the report never loads. This worked in 6.4.1, and broke in 6.5.0 h3. Environment * Confluence Version 6.5.0 * Jira 7.5.3 h3. Steps to Reproduce # In confluence click on the '...' next to the 'Create' button in the top menu bar # Select 'JIRA Report' and click 'next' # Select 'Change Log' and click 'next' # Select a Project from the drop down menu, leave other fields as default and click 'create' h3. Expected Results # The report is created and the page is loaded h3. Actual Results * The loading icon will be displayed indefinitely and nothing will happen, the report is not created * The below exception is thrown in the logs {noformat} ERROR [http-nio-8090-exec-6] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; -- referer: http://confluence/display/650650/test+jim | url: /rest/create-dialog/1.0/content-blueprint/create-draft | traceId: cb8d51cecbc8fab0 | userName: admin java.lang.NoSuchMethodError: com.atlassian.confluence.extra.jira.JiraIssuesManager.retrieveXMLAsChannel(Ljava/lang/String;Ljava/util/List;Lcom/atlassian/applinks/api/ReadOnlyApplicationLink;ZZ)Lcom/atlassian/confluence/extra/jira/JiraIssuesManager$Channel; {noformat} * Error showing in the Chrome browser Console: {noformat} POST https://confluence/rest/create-dialog/1.0/content-blueprint/create-draft 500 (Internal Server Error) {noformat} !jira-report.png|thumbnail! |
Fix Version/s | New: 6.6.10 [ 82593 ] |