I have a problem where I have certain tasks each having sub-tasks. There is a filter say xxxxx which returns all the tasks, say there are 4 different tasks.
Is there a way where I can specify that say only the sub-tasks from the 3rd task (say) are listed.
Use case:
I'm using:
issueFunction in subtasksOf("filter=xxxxx")
Here, it returns the sub-tasks of all 4 tasks that qualify filter=xxxxx.
Now, I have 4 dashboard pie charts. I need to display the 1 task in the 1 first chart and so on.
How do I achieve it?
Hi Rahul,
I am not sure I understand your problem well, but have you tried a filter using the Issue Key?
Example: issueFunction in subtasksOf("key = KEY-123 ") ?
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.