Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL for subtask column

Administración_Soporte June 3, 2019

I need to build a report or filter of the subtasks that are derived from a task. Is a JQL query possible for this? How can it be built so that it allows to have a column with the keys of the subtasks?

1 answer

1 accepted

0 votes
Answer accepted
Ravi Sagar _Sparxsys_
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.
June 3, 2019

List Sub-tasks

If you want to do it for an individual parent issue then this JQL can be used.

issue in childIssuesOf("PARENT-123")

It will list all the sub-tasks for PARENT-123

List Parents with Sub-Task as a column

In the issue navigator simply include the Sub-Task column and it will display comma separated sub-tasks if any for that issue.

Let me know if that was useful.

Ravi

Administración_Soporte June 3, 2019

Thank you, the second option is what I needed.
Is there a similar option but to validate that the flow passed through a state other than the current state (where the flow is not sequential)?

Ravi Sagar _Sparxsys_
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.
June 4, 2019

Hi @Administración_Soporte 

I am glad it helped. About your second question I am not sure if I get that. Can you elaborate with an example please?

Administración_Soporte June 4, 2019

option that indicates whether a request passed through a state or not. Example, a flow with four possible states, indicate if the request passed through state three or not.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events