I can not get by script "{{issue.parent.subtasks.size}}".When story={subtask_a, subtask_b, subtask_c}, then I want count 3.how do I get ? what script do I write ?Kind regards,
This is self answer.{{issue.subtask.size}} is OK.親タスクのサブタスクの進捗率を合算する計算は、以下となりました。{{issue.subtasks.進捗率[%].sum.divide(issue.subtasks.size).round}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.