I am trying to build an automation rule that meets the following requirements:
- Executes weekly.
- Selects target Epics via JQL.
- For each of the Epics selected, the percentage completion of the Epic is computed. Completion of each child issue is defined as the issue being resolved.
- For each of the Epics selected, the computed percentage completion is set into an existing field in the Epic.
I am not sure how to implement step (3). I was hoping to put the percentage completion into a smart value for each Epic, and then use that value in step (4).