/
Search Tasks with JQL
Search Tasks with JQL
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,