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?
This is an old issue still not fixed yet by Atlassian , however there are two workarounds
- Which works provided by ennemosc ,and you can find the answer here
- inside the feature request itself , you can find the proposed workaround where you can use issue navigator and perform bulk action and change Parent Link
Note :2nd might not work for you as it is only available to Jira Premium users :(
Regards,
Adel
@[deleted]
thank you, this workaround (provided by ennemosc) works. Not as convenient as JQL filter, but works!
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.
You are welcome, glad it helped 👌
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.