- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2016 07:51 AM
Hi All
I wish to pull a report of breached tickets(Incident and Request) that were assigned to me for the current month. Please how can I pull the report, which table can be used for this?
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2016 08:02 AM
Take a look at the task_sla table. Filtering on the data requires dot-walking to get the Task.Assigned To field, but that's pretty easy.
Example:
Table: Task SLA
Filter: Task.Assigned To | is (dynamic) | Me and
Stage | is | Breached and
Breach time | on | This Month
Reference:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2016 08:02 AM
Take a look at the task_sla table. Filtering on the data requires dot-walking to get the Task.Assigned To field, but that's pretty easy.
Example:
Table: Task SLA
Filter: Task.Assigned To | is (dynamic) | Me and
Stage | is | Breached and
Breach time | on | This Month
Reference:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2016 08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2016 08:25 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2016 08:25 AM
By using Assigned to | is (dynamic) | Me, it allows the same report to be used for others.