Hi @Tamás Szalisznyi ,
issuein linkedIssues("MARC-4147") - example of a query that worked for me.
This JQL showing you how to search by link, not by parent/child relationship.
IFA2-2693 - This task, as I see it, is epic. Therefore, you must use a different JQL here -
parent = IFA2-2693 .
Below is an example of the result:
Hi @Iryna Komarnitska_SaaSJet_ !
however, the other query 'parent=' is still good. Thank you this wasn't the question but is a solution for it. For that reason and because I don't want to waste any more time for JQL, I mark your answer as accepted.
Thank you @Brant Schroeder for your time too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tamás Szalisznyi Welcome to the Atlassian community
I believe what you need to do is this:
issue in (linkedIssues("IFA2-2693", 'child of'), linkedIssues("IFA2-2693", 'relates to'))
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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry for the late answer, for a short time I thought i leave it, somebody will fix it, but today here is another query: (screenshot made at may 28)
and more screenshot from previous:
another try, same result:
your suggestion has a syntax failure:
for your question too:
i changed the id for a simple story, with epic parent and sub-task child, same result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the JQL just change it to this for cloud:
issue in linkedIssues("IFA2-2693", 'child of') OR issue in linkedIssues("IFA2-2693", 'relates to')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.