Jira Issues Macro in Confluence does not show Table or default columns

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

The Jira Issues Macro in Confluence does not allow the Table option to be created or Columns to display selection after upgrading to Jira 8.13.x.

環境

Jira 8.13.10

診断

  1. The user has permissions to browse the issues in the project.
  2. The macro Table cannot be created, however Single issue or Total issue count macros are working properly.
  3. The following errors are found in the application logs:
  • atlassian-confluence.log:
[extra.jira.columns.DefaultJiraIssuesColumnManager] getColumnsInfoFromJira Failed to fetch Jira fields: 
...
Caused by: java.lang.RuntimeException: com.atlassian.sal.api.net.ResponseStatusException: Unexpected response received. Status code: 500
    at com.atlassian.confluence.extra.jira.columns.DefaultJiraIssuesColumnManager$CustomFieldsCacheLoader.load(DefaultJiraIssuesColumnManager.java:164)
    at com.atlassian.confluence.extra.jira.columns.DefaultJiraIssuesColumnManager$CustomFieldsCacheLoader.load(DefaultJiraIssuesColumnManager.java:152)
	at com.atlassian.cache.ehcache.wrapper.ValueProcessorAtlassianCacheLoaderDecorator.load(ValueProcessorAtlassianCacheLoaderDecorator.java:26)
	at com.atlassian.cache.ehcache.LoadingCache.getFromLoader(LoadingCache.java:174)
  • atlassian-jira.log:
/rest/api/2/field [c.a.j.rest.exception.ExceptionInterceptor] Returning internal server error in response
java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor3454.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.atlassian.plugins.rest.common.interceptor.impl.DispatchProviderHelper$ResponseOutInvoker.lambda$_dispatch$0(DispatchProviderHelper.java:181)
...
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchFieldError: FIELD_NON_BROWSE_PROJECTS_ACCESS
	at 
Caused by: java.lang.NoSuchFieldError: FIELD_NON_BROWSE_PROJECTS_ACCESS
  at com.atlassian.jira.rest.v2.issue.FieldResource.getFields(FieldResource.java:97)
  • An SSO filter may also be found in the stacktrace:
com.resolution.atlasplugins.samlsso.servlet.RedirectToSsoFilter.doFilter

原因

The root cause is not yet determined but may be related to the SAML Single Sign On (Jira SSO) Jira SAML SSO app or broken application links.

ソリューション

  1. Attempt to disable the SSO and check if the gadget can be added.
  2. Upgrading Jira to a later version (e.g. 8.13.x) has resolved the issue in some situations.


最終更新日 2021 年 11 月 18 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.