Hi team,
I am actually configuring a structure with issues and its linked issues status, duedate and assignee names. But I am facing a problem as there are 2 kinds of issues linked one with normal jira parent-child linkages and other using advanced roadmap parent link which has "is parent of" linkage.
So I am unable to fetch the 2nd one with the advanced roadmap linked issues.
The formula used is :-
issuelinks
.FILTER($.type = 'Parent-Child' AND $.source = this)
.MAP($.destination.status)
Appreciating help!
Hello @Mohammed Siyad
If you mean that issues can be linked together by both the 'Parent-Child' standard link (that you see in the Issue Links section on the Issue Page) and by the Parent Link of Advanced Roadmaps - the link you see in the Parent Link field of child issues, then for the latter you can either add the Parent Link column to the structure, or use the parentlink formula in the Formula column.
I hope this helps. If you need further assistance or have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
Thanks for the quick response. But the ultimate aim is that to view the linked issues in the structure (both parent-child and is parent of.)
For say, the below is the ultimate aim i am looking for and 2,3 and 4th column using the formula mentioned in the description of question.
Summary | Linked Issues(either parent-child or advanced roadmap link) | Linked Issues(either parent-child or advanced roadmap link) | Linked Issues(either parent-child or advanced roadmap link) |
Parent 1 | Linked issue 1 with Label A | Linked issue 2 with Label B | Linked Issue 3 with Label C |
Parent 2 | Linked issue 1 with Label A | Linked issue 2 with Label B | Linked Issue 3 with Label C |
Parent 3 | Linked issue 1 with Label A | Linked issue 2 with Label B | Linked Issue 3 with Label C |
Parent 4 | Linked issue 1 with Label A | Linked issue 2 with Label B | Linked Issue 3 with Label C |
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.