-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidgets.yaml
More file actions
33 lines (33 loc) · 999 Bytes
/
widgets.yaml
File metadata and controls
33 lines (33 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- type: table
placement:
type: component
config:
tab_name: Sentry
widget:
query: >
SELECT i.title, i.permalink, i.has_seen, i.status
FROM issues AS i
JOIN projects AS p
ON p.id = i.project_id
JOIN organizations AS o
ON o.id = p.organization_id
relations:
- name: "Project Slug"
decription: "The project in which the Sentry instance is scoped,\nif none is provided then all the projects will be imported"
selector: "p.slug"
- name: "Organization Slug"
description: "The organization in which the Sentry instance is scoped,\nif none is provided then all the organizations will be imported"
selector: "o.slug"
columns:
- value: title
title: Title
type: string
- value: permalink
title: Permalink
type: string
- value: has_seen
title: Has Seen
type: boolean
- value: status
title: Status
type: string