With this extension you can query for work items which have a backlinked work item with a special type and/or link role. Native Polarion backlinked query syntax is only able to search for backlinked work items within ONE work item id./p>
type:specification AND backlinkedWorkItemsCustom:childtype=task#role=*
to search for specifications which have a backlinked task work item independent of the link role.
type:requirement AND backlinkedWorkItemsCustom:childtype=*#role=cr_spec
to search for requirements which have a backlinked work item with the link role “cr_spec”.
type:specification AND project.id:swpf_02 AND backlinkedNotWorkItemsCustom:childtype=task#role=relates_to
to search for specifications which have no backlinked task work item with the link role “relates_to” within the project “swpf_02.