Hi ,
Unable to see sub-tasks in active sprints in company managed projects. I have tried adding the issue type as subtask in the filter, but still no luck.
Would really appreciate help on this.
Thanks
Welcome to the Atlassian Community!
Where are you looking for them? Board? Backlog? Project filters? Reporting?
Hi Nic,
I am looking them in my active sprint in the JIRA board. I tried applying quick filter and changing the normal filter but it does not help:
Please find below:
project = CW AND issuetype in (Story, Subtask) AND fixVersion = "Phase 3" AND component = KWE AND component not in ("GROUP") ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Quick filters don't change what the board selects for.
The two usual culprits of not seeing issues on the board are the board filter and not mapping status into columns. In this case, I suspect it's your board filter.
Sub-tasks are not going to match "and fixversion =" - they don't have that field, it is implied from their parent.
So, try changing the first bit of the filter to
project = CW AND ( (issuetype in (Story) AND fixVersion = "Phase 3" ) OR issuetype in (subtask) )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
I tired doing this. Still does not work. Does not show any sub task.
Thanks..Mohena
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the filter show you any sub-tasks if you run it in the issue navigator?
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.
Ok, so that's why they're not on the board. There aren't any sub-tasks to display!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
I have created sub-tasks for story but any filter I use, does not show them. There are sub tasks but they are not showing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to adjust the filter so that it finds them.
I can't tell you how to do that, I don't know how you have created the subtasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic, I created the subtasks using create sub task button in the story.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The method of creation is not important here.
How are you going to adjust your board filter so that it pulls in the sub-tasks you want to see?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am unable to do that. I have tried many filters but none of them make the sub task show so I dont know the problem here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is that you have a filter that does not include sub-tasks.
Boards can only show you the issues you choose to view, with the filter.
You say "I am unable to amend the filter", but you have not explained why you can not. All I can tell you in this case is that you need to fix your filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.