Oh, I think I see the problem now.
You have made the wrong assumption about what a quick filter is. They allow you to drill-down into issues on your boards. They narrow the existing search, not extend it.
There are two reasons your subtasks are not on the board
Check the board config, it should show the filter for the board.
Oh, I did not know that. Thanks a lot for your help Nic. Can you edit this query to only show my tasks that are open? I will add the query to a Filter and search for the sub-tasks that way.
issuetype in subtaskIssueTypes() and assignee = currentUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You probably don't want to have a board query that excludes closed tasks, as it means your "done" column will always look empty.
Your board filter probably needs to be something as simple as "project = X". The "done" column should contain the status that means a task is closed.
I'd then try the quick filter just "assigned to me" and maybe add a second one for "only show subtasks". That will let you drill down into the board very simply.
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.
Hello,
You could write a query like this:
issuetype in subtaskIssueTypes() and assignee = currentUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Alexey,
But it did not work for me. This does not show any results.
I have a query that shows Issues with subtasks assigned to me. But in order to see those sub tasks I have to open that story and look for the sub tasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd guess that you're mistaking "issue is assigned to me" with "sub-task is assigned to me", and your sub-tasks are not assigned to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are sub-tasks assigned to me. I just cannot see them directly. To see them I need to open the Story and look for the sub-task assigned to me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The query Alexey gave will show you sub-tasks assigned to you.
My guesses as to why you might not see them are that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could attach a screenshot of an issue, which you think is a subtask and assigned to you, but the JQL query, which I provided, does not return this issue?
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.
I'm afraid those screenshots are not relevant.
Could you run a search (not a quick filter) for that query?
And show us the plain issue view of a sub-task you are saying is assigned to you but does not appear on your board?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
When I run a search I am able to see the results. All the sub-tasks assigned show up.
Is there any way I can do the same with a quick filter on the board?
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.