Hello,
We have created about 40 tasks that have the same 15 sub-tasks. We would like to filter sub-tasks. How can we proceed?
Thank you,
Geneviève
Welcome to Atlassian Community!
A little bit of more information is needed in order to give you an answer to your question. Are you trying to only get the sub-tasks with your filter? Are you trying to create a filter that gives you both the tasks and the corresponding sub-tasks? What are you trying to achieve?
Thank you for your help Mikael. We have several sub-tasks called "Financial analysis". We would like to filter them to be able to have them all in one view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, in that case you should be able to find those with a JQL like this:
project = XXX AND issuetype = sub-task AND summary ~ "\"Financial analysis\""
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.