You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi!
There were several questions about the use of Jira and the new generation of boards.
Namely:
1. How do I see all the tasks and important subtasks on the Kanban Board?
In a planned sprint. I don't see them now.
2. How do I make a task estimate in hours instead of storepoints?
Hello @Ilya Drynkin
thank you for reaching out.
Allow me to provide you with some insights that might help you address your questions:
1. How do I see all the tasks and important subtasks on the Kanban Board?
In a planned sprint. I don't see them now.
Currently, the only way to see all the sub-tasks of your next-gen project in the related board would be by grouping your issues by Sub-tasks in the active board view, such as displayed in the screenshot below:
Indeed, sub-tasks are not displayed in the backlog view of Jira Next-gen.
2. How do I make a task estimate in hours instead of story points?
The estimation by time can be performed by using the time tracking field in Next-gen, where you can log work to your issues to reduce the original time estimation, as explained in the documentation below:
To add the time tracking field to your Next-gen projects:
Let us know if you have any questions.
@Petter Gonçalves Hi Petter, if subtasks don't show up in Next-gen, what's your recommended way for the team to keep track of all tasks?
I saved a filter view with JQL but it doesn't seem to be working—this is the only way I can think of:
`project = MH AND (type = Task OR type = Sub-task) AND status != DONE AND assignee in (currentUser(), EMPTY) OR "Project Owner" in (EMPTY, currentUser()) AND assignee is not EMPTY AND "Project Owner" is not EMPTY ORDER BY "Project Owner" DESC, updated DESC, priority DESC`
My goal is to have a view with type `Task`and `Sub-Task` that are assigned to me (assignee) OR are owned by me ("Project Owner"), but filter out "unassigned" (EMPTY) assignee or "Project Owner". The filtering out of `assignee is not EMPTY AND "Project Owner" is not EMPTY` isn't working and I don't know that I can trust this JQL.
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.