Hi!
We have rules, which show us all issues.
I need rules, which show all issues with subtasks.
Thanks for helping
I believe the smart value you want is {{issue.subtasks}} which is the list that you can iterate over.
The rule you are showing is accessing the {{issues}} smart value, which is only valid for bulk-processing with the scheduled trigger or a branch. If you had such a rule, you could nest the iterators, one within the other.
{{#issues}}
here is an parent issue key {{key}}
{{#subtasks}}
and here is a subtask key {{key}}
{{/}}
{{/}}
Kind regards,
Bill
Thank you!! You are really helping me!))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.