I would like to show the child issues of an item not in hierarchy but in the same line, meaning to be able to add a columns (formula?) that will show those issues.
Is is possible?
Hello @Yaniv L ,
This formula should work for you:
VALUES#children{key}
It will create an array of the keys from the issues directly below it in hierarchy. Set the option from "General" to "Wiki Markup" and it will be a link to the issue, or leave as "General" to display text.
You can also modify the formula with IF conditional statement to make the calculation for specific issue types, or some other criteria.
You could also modify it to include the "parent" key through the use of Variables and the CONCAT function.
Please let me know if this helps!
Best,
David
@David Niro this is working great!
I even used if statement as suggested (otherwise it shows all! the child issues in the line of the project name).
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Jack Brickey . Yaniv is using Structure, from the marketplace 😉
@Yaniv L -- I've asked our Formula experts to have a look at your post.
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.