Skip to content

PRD added visualization in ticketing analytics dashboard#1856

Open
kingmanfri wants to merge 2 commits intomainfrom
prd_grafana_ticketing_dashboard_2
Open

PRD added visualization in ticketing analytics dashboard#1856
kingmanfri wants to merge 2 commits intomainfrom
prd_grafana_ticketing_dashboard_2

Conversation

@kingmanfri
Copy link
Copy Markdown
Contributor

No description provided.

@kingmanfri kingmanfri force-pushed the prd_grafana_ticketing_dashboard_2 branch 2 times, most recently from c6181c0 to e2e1bae Compare November 18, 2025 12:08
@kingmanfri kingmanfri force-pushed the prd_grafana_ticketing_dashboard_2 branch from e2e1bae to 89e4ef5 Compare November 27, 2025 16:10
Copy link
Copy Markdown
Contributor

@groundnuty groundnuty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all ok

@kingmanfri kingmanfri force-pushed the prd_grafana_ticketing_dashboard_2 branch from 6faa46e to f3fbefa Compare November 28, 2025 10:09
"editorMode": "code",
"format": "table",
"rawQuery": true,
"rawSql": "SELECT\r\n g.name AS group_name,\r\n COUNT(CASE WHEN t.state_id NOT IN (4, 7) THEN 1 END) AS \"OPEN TICKETS\"\r\nFROM\r\n tickets t\r\nRIGHT JOIN\r\n groups g ON t.group_id = g.id\r\nWHERE\r\n g.id IN (27, 26, 18, 12, 11, 10, 7, 6, 5, 4, 3)\r\nGROUP BY\r\n g.name\r\nORDER BY\r\n g.name ASC;",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash and rebase the changes.

Copy link
Copy Markdown
Contributor

@groundnuty groundnuty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for me all ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants