Backup Progression check using Automation for Jira

お困りですか?

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

コミュニティに質問

Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.

 

要約

Check the % completion of a Backup initiated using Automation for Jira.

  • Created an automation rule which will trigger a backup for the site on a remote windows/linux server on a scheduled timing.
  • Find % completion of the backup triggered as it will run at background.
  • Add the % completion in the audit log of the automation rule.

診断

You will get a result as below :

{
status: "Success",
description: "Cloud Export task",
message: "",
result: "",
progress: 100,
exportType: "",
}


ソリューション

To automate the same, you can follow the steps below : 

  • Use the trigger → Scheduled 
  • Add a new action "Send web request"
  • Add an action called "Create variable" 
    • Provide the variable name 
    • Pass the smart value

      {{webhookResponse.body}}


  • Add a new web request again 
    • Pass the variable on the send web request action url as mentioned in the screenshot


  • Add a log action 
    • Pass the smart value


Note : Service limits will be bothered if the rule is executed multiple times.


最終更新日 2021 年 4 月 9 日

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

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