How to copy version releases from one project to another using Automation for Jira
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
How to copy version releases from one project to another using Automation for Jira.
環境
Jira Cloud
ソリューション
The rule will retrieve the version releases from the source project using REST API, using the response we can create versions in the destination project using the automation action create version. The components needed are:
- A manual trigger.
- A Send web request action to get the version from the source project.
- The API endpoint used is Get project versions.
- Smart values for webhook responses. Refer to webhookResponse.
- A create variable action to save the webhook response into a variable.
- An Advanced branching to go through the list of releases saved in the variable.
- A create version action to create a version in the destination project.
A screenshot to illustrate the flow of the rule:
最終更新日 2023 年 8 月 18 日
Powered by Confluence and Scroll Viewport.