'Some events were not shown in the calendars below because there were too many of them' error in Team Calendars for Confluence

お困りですか?

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

コミュニティに質問

プラットフォームについて: Cloud および Data Center - この記事はクラウドと 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 following error message appears in Team Calendars for Confluence:

Some events were not shown in the calendars below because there were too many of them

原因

By default, it's 200 events per calendar. Note that this limit applies to all events in one calendar, and not just the events that are displayed on screen.

ソリューション

Restrict the amount of events returned by the JQL query to less than 200 by using a time based filter such as: "created >= startOfDay(-60)"

If the query can't be modified, the system property "com.atlassian.confluence.extra.calendar3.display.events.calendar.maxpercalendar" can be configured to allow more events. See Configuring System Properties.

For example, add something like the following to the end of your JAVA_OPTS:

-Dcom.atlassian.confluence.extra.calendar3.display.events.calendar.maxpercalendar=300
tip/resting Created with Sketch.

In the event the above doesn't resolve the issue, you can check  Calendars aren't displayed due to invalid Time Zone, and apply its workaround if timezones are invalid.



最終更新日: 2024 年 12 月 31 日

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

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