I need to query an ENG issue TYPE Release Package. This Issue has Parent and Child issue linked as TYPE Deployment.
This query does not find any child issues linked:
project = ENG AND issuekey in linkedIssues(ENG-7848)
Is there any way to do it with JQL query?
Can't use add on or plugin or purchased product.
Hello Kpatraoc,
The query you have shows linked issues and not subtasks. Try the query below and let me know if it works for you.
project = ENG AND parent in ("ENG-7848")
I tried the query but it does not return any tasks or issues.
My original query returns one of the links but not all. I don't think they are subtasks. They are all linked the same way through the More pulldown>LINK. So the linked tickets also has other linked tickets as TYPE Deployment. Those are what i need to see.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Anyone who can help with this?
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.