Hi,
I have user stories with labels A,B,C for example but tasks doesn't have any labels with them. I need to fetch all tasks and subtasks of these user stories.. Not sure what query should i use where i can get tasks with parent criteria on user stories.
This query I am using to fetch all subtasks of these user stories -issueFunction in subtasksOf("labels in (A, B, C)")
Could anyone please give me an idea how to get tasks for these stories
Community moderators have prevented the ability to post new answers.