Hello, guys!
Need your help with the linking tasks problem i have.
I have Jira v 8.5.1 and there is my structure:
Project A
Epic 1
Sub-task 1
...
Sub-task N
Project B
Epic 2
I want to link all sub-task from Project A Epic 1 to Project B Epic 2, i use JQL filter for that, something like this "issueFunction in linkedIssuesOf("project = Project A", "clones")".
And everything work fine until there is more then 10 tasks to link, if there is 11 tasks in Project A then i get in JQL filter only 10 tasks. How to avoid this limit?