Let's say I have created One user Story 'XYZ' under some project 'ABC' and have created multiple Sub tasks under that User Story 'XYZ' . How do I create JQL filter to show only sub tasks in my Dashboard ?
Hi Akshay, welcome to the Community. If you want to see only sub-tasks...
for the whole project your JQL would look something like this...
project = abc and type = "sub-task"
associated w/ a specific story....
project = abc and type = sub-task and parent = abc-123
now you mention Dashboard so if not already clear you just associate the filter of choice to the dashboard gadget of choice.
Thanks @Jack Brickey it helps . Looks like I was confused in parent field . Now its clear !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.