On Board i need a preview of subtasks and due dates of each.
Hi @Mauro Canosa
Make a filter for the Board
https://support.atlassian.com/jira-core-cloud/docs/advanced-search-reference-jql-fields/
Try:
issuetype in (standardIssueTypes(), subTaskIssueTypes()), this will return all tasks with any issue type
Cheers
It looks like you're new here. Sign in or register to get started.