Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira AutomationでエクスポートしたJSONをインポートする際にエラーが発生する

事象

Jira Cloud の自動化機能にて、ルールをエクスポートした JSON ファイルを別サイトにインポートしようとすると以下のようなエラーが発生する。

エラー

  • 不明なエラーが発生しました。リロードしてもう一度試してください。

atlassian_support 2023-07-19 at 14.24.02.png

 

原因

自動化にてインポートできるファイルサイズの上限 (5MB) に抵触している。

参考ドキュメント: Jira Automation のルールをインポート/エクスポートする > 「自動化ルールのインポート時に注意すべき事項」

 

対応方針

出力された JSON は以下のような構造となっております。

{  "cloud": true,  "rules": [  {ルール1},  {ルール2},  ...  {ルール100}  ] }
こちらを、以下のように複数ファイルに分割して、複数回に分けてインポートします。
{  "cloud": true,  "rules": [  {ルール1},  {ルール2},  ...  {ルール50}  ] }
{  "cloud": true,  "rules": [  {ルール51},  {ルール52},  ...  {ルール100}  ] }

 

0 comments

Comment

Log in or Sign up to comment
TAGS
atlassian, team '25, conference, certifications, bootcamps, training experience, anaheim ca,

Want to make the most of Team ‘25?

Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.

Learn more
AUG Leaders

Atlassian Community Events