How to copy a version from a project to another project

お困りですか?

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

コミュニティに質問

プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。

要約

Currently, the versions in Jira Cloud are specific to each project. This is being tracked as a feature request - JRACLOUD-66760 : Ability to pick Version from another Project

ソリューション

Despite the current limitations, Jira Automation allows to copy the versions as suggested in the below-mentioned use cases:

  1. Create new versions in one project and copy them in another project(s)

    • Rule scope: Set up a Global or Multiple projects rule. For a Multiple projects rule, select the project where the version will be created and other projects where it is to be copied.
    • Trigger: Version created
    • New condition: Advanced compare condition. The below mentioned condition uses the project SOFT1, where the version will be initially created. You can update it accordingly.

      {{version.project.key}} equals SOFT1
    • New action: Create a version in the desired service project


  2. Copy specific existing versions from one project to another

    • To copy specific versions from one project to another, restructure the automation rule suggested above and change the trigger to Version Updated. Then, open the desired version in Edit mode and click on Save without making any changes. This will trigger the automation rule.

  3. Copy all the existing versions from one project to another

References

  1. Automation smart values for version
  2. Version triggers in Automation: Version created, updated, released 
  3. Managing versions in Jira cloud

If you encounter issues or require further clarification on the topic, please consider reaching out to Atlassian Support for further assistance.

最終更新日: 2023 年 12 月 25 日

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

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