PRD added visualization in ticketing analytics dashboard#1856
Open
kingmanfri wants to merge 2 commits intomainfrom
Open
PRD added visualization in ticketing analytics dashboard#1856kingmanfri wants to merge 2 commits intomainfrom
kingmanfri wants to merge 2 commits intomainfrom
Conversation
c6181c0 to
e2e1bae
Compare
e2e1bae to
89e4ef5
Compare
6faa46e to
f3fbefa
Compare
bialask-daiteap
requested changes
Dec 1, 2025
| "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;", |
Contributor
There was a problem hiding this comment.
Please squash and rebase the changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.