Hi,
I present issues of the subtask type in the structure
I want to display for each issue the links of its parent
I will explain in detail: every subtask has a parent of type requirement
And I want to show the links of the requirement
I wrote like this:
issueLinks.MAP(IF($.source = parent, $.destination, $.source))s
But I don't see the links...
I would appreciate your help
thanks
shoshi
Hello @shoshana_uzan ,
The parent of a sub-task is one of the properties from an issue that we can reference. The formula you will want to use is:
parent
Then, change the format from "General" to "Wiki Markup" and you will have the link to the parent issue.
Please let me know if this helps!
Best,
David
hi
thank you for your answer
but... I apologize for not explaining well
I can display the parent
But I can't display the links of the parent
The formula that does not show anything and must be corrected:
issueLinks.MAP(IF($.source = parent, $.destination, $.source))
I want to display all the links of the parent and not the parent
thanks
shoshi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @shoshana_uzan ,
Unfortunately this is not possible. We can use formulas to reference the issues linked to those in a structure, but not those linked to the issues linked.
We have a task related to this functionality and I have added your vote.
If there are any changes to it, I will follow up with you here.
Best,
David
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.