/
How to search Tasks with JQL
How to search Tasks with JQL
Sometimes we want to find all the issues with Tasks created. To do that follow the next steps.
In the issue search, we need to use the 'Advanced Issue Search' and the available options are:
task: The name of the task.
taskDate: The date of the task.
taskHour: The hour of the task.
taskUser: The user assigned to the task.
taskCompleted: The status of the tasks.
Examples:
task = "Check if there are errors in the logs"
taskDate > startOfDay()
taskHour= 12
taskUser = 7ff5g39134876e00693jj643c
taskCompleted = "false"
taskUser = 7ff5g39134876e00693jj643c and taskCompleted = "true" and taskDate > startOfMonth()
You can make reports saving the JQLs to a filter
All the JQLs will return the issues that match with specified task.
, multiple selections available,
Related content
Use Tasks on your Workflows
Use Tasks on your Workflows
Read with this
How to manage Tasks
How to manage Tasks
Read with this
Catalan Translate for Jira Cloud
Catalan Translate for Jira Cloud
Read with this