Sprint issues and project lead are inconsistent across different users and browsers

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

要約

Users are seeing different project leads and issues in the same agile sprint and project, even after clearing the browser cache and reindexing the instance. 

診断

content: 'Project Lead'}) + JIRA.Templates.Fields.Pickers.User.single({field: opt_data.field, options: opt_data.options, editValue: opt_data.value})

原因

The environment is configured with an incompatible scripted custom field user picker.

ソリューション

  1. Update the scripted custom field or remove it from the project. 
  2. Temporarily remove any custom html, css, or javascript which can be found in the database:
select * from customfield where description like '%script%' or description like '%html%' or description like '%css%' or description like '%<script%' or description like '%<SCRIPT%';
select * from fieldconfiguration where description like '%avascript%' or description like '%html%' or description like '%css%' or description like '%<script%'; 
select * from fieldconfigscheme where description like '%<script%' OR description like '%<SCRIPT%';
select * from fieldlayoutitem where description like '%avascript%' or description like '%html%' or description like '%css%' or description like '%<script%'; 
select * from propertytext where id in (select id from propertyentry where property_key='jira.alertheader');



最終更新日: 2021 年 12 月 6 日

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

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