How to know parent of a subtask using JQL

Varun D July 23, 2012

I am trying to search parent of a subtask using JQL.OR using a JIRA CLI command.

Please suggest something.

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
July 23, 2012

You can find subtasks of a parent using off the shelf JQL. I haven't seen anything else for the other way round.

Have a look at the JQL Tricks Plugin, a commercial one. it certainly has a method you can use.

Varun D July 23, 2012

I am on ondeamnd instance so can not use the plugins.Is there any other way? i think it is a basic query ..

Jobin Kuruvilla [Adaptavist]
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.
July 23, 2012

I am afraid there is nothing in onDemand using which you can get this. Parent is however a field on the issue and hence you can use remote APIs (or CLI) to get this. You don't need JQL for it. Did you try that?

Suggest an answer

Log in or Sign up to answer