I am working on a workflow validator that will not allow Initiatives to be closed until all epics have a resolution filled in. I am getting various errors, but the main thing seems to be epic is not recognized as a possible filter.
Is there a way to achieve this using linked issues? What would that look like?
issue.issueType.name.match('^(Initiative)$') != null && issue.epic.filter(epic => epic.resolution.name != 'Empty').length == issue.epic.length
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.