Interface LinkedResources

All Superinterfaces:
HasSelector<LinkedResourcesSelector>

public interface LinkedResources extends HasSelector<LinkedResourcesSelector>
Since:
3.17.1
  • Method Details

    • workItemsWithLinks

      @NotNull IterableWithSize<WorkItem> workItemsWithLinks()
      Returns:
      iterable for Work Items that have links and can belong to any project.
    • workItemsWithLinks

      @NotNull IterableWithSize<WorkItem> workItemsWithLinks(@NotNull String projectId)
      Returns:
      iterable for Work Items that have links and belong to the specified projectId.