-
Suggestion
-
Resolution: Unresolved
Currently, the Goals field is not supported for Automation actions such as copying the Goals value from one issue and adding it to another. The Goals field is not selectable and even when using the advanced field editing, the value is not copied over to another issue even though the rule is correctly triggered.
{ "fields": { "Goals": "{{triggerIssue.goals}}" } }
It also doesn't work passing the ID directly to the Goals field.
- relates to
-
AUTO-1723 Add support to Atlassian home features in Jira automation
- Gathering Interest
This is a must for our business. My OKRs (Goals) track directly to initiatives or epics, and I need that value to copy down to the story level. I do not want to manually enter goals on individual stories. Without this ability, the Goals feature is made significantly less valuable.
Unrelated but related: why can't native Jira offer the option to have a value entered in a field on an issue at the top of a hierarchy to cascade down to all of its children (and grandchildren)? RIght now I have to program a separate automation per field to have this happen. For example, I want to enter whether an item is tracked as a Capital Expenditure at the initiative level, and then all of its children (epics and stories/bugs/tasks) would also be counted as a Capital Expenditure. Why do I have to write an automation (or two) to make this happen? I also have to write an automation to make sure that if someone edits this field on an epic or story, it is corrected to match the initiative again. It's too much maintenance. This is the same use case as the Goals field. If anyone knows where I can vote on that issue, I'd appreciate a link.