自動化ルール: サブタスク課題に親タスクのエピックの詳細を表示する
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
Use automation to display the Epic details in a multiline text field in the issue view.
As per the design in Jira cloud, it is not possible to see the Epic details in the subtask issue view. This feature is tracked under the suggestion ticket: JSWCLOUD-8181 - Sub-tasks should inherit the Epic Link of their parent.
ソリューション
- 複数行のテキスト フィールドを作成して、サブタスク課題タイプの編集/表示画面に追加します。
次のように Automation for Jira ルールを作成します。
a) トリガー: サブタスクの作成時
b) 条件 (オプション): 必要に応じてここに条件を追加します (例: プロジェクト = テスト)
c) アクション: 課題を編集 - サブタスクの親に関連するエピックの詳細が入力されたフィールドが生成されるように、複数行のテキスト フィールドを編集して以下のスマート値を含めます{{issue.parent.epic.url}} || {{issue.parent.epic.Epic Name}}
スニペット:
Last modified on Mar 11, 2025
Powered by Confluence and Scroll Viewport.