JQL Query to find linked Child issues of type Deployment

kenp11 December 19, 2019

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.

 

1 answer

0 votes
edwin vasquez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2019

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")
kenp11 December 20, 2019

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

kenp11 December 20, 2019

If I use the basic query and view columns Link it shows all the links but there are no further commands to view them by TYPE.

Shawn L June 2, 2020

Any resolution on this?

critical techworks June 18, 2021

Anyone who can help with this?

Suggest an answer

Log in or Sign up to answer