Examples
These examples are run on the live Agent using Gemini 2.5-flash.
Create Ticket
User: Can you create a ticket for me for this mail? Create title and description as you see fit. There is a new Bug in the Test1 Project. The Navbar is broken ever since the new IOS update. It wont scroll anymore. The priority is 'High'.
Agent: I am about to create a new ticket in project 'Test1'.
- Title: Navbar Broken on iOS after Update
- Description: The Navbar in the Test1 project is no longer scrolling after the latest iOS update.
- Priority: HIGH
Is this correct?
User: Yes.
Agent: The ticket 'Navbar Broken on iOS after Update' has been successfully created in the 'Test1' project with ID Test1-109.
Resulting Ticket
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
Edit Ticket
User: Can you change the title to 'Navbar broken on IOS and Android after Update'?
Agent: I am about to update ticket 'Test-109' (Navbar Broken on iOS after Update) to change the title to 'Navbar broken on IOS and Android after Update'.
Is this correct?
User: Yes.
Agent: The title for ticket Test1-109 has been successfully updated to 'Navbar broken on IOS and Android after Update'.
Resulting Ticket
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
Summarize Ticket
User: Summarize the ticket with the ID 1014 for me.
Agent: The ticket with ID 1014, titled 'Improve Codequality AI', is CLOSED. It is unassigned. The description mentions:
"Relations: I haven't found any FetchType specifications — is that intentional and if so, why?
throw new RuntimeException("Ticket not found");assignee.equalsIgnoreCase("unassigned")— better reversed:"unassigned".equalsIgnoreCase(assignee)to avoid a potential null source."
Referenced Ticket
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
Delete Ticket
User: Delete it please.
Agent: I am about to permanently delete ticket 1014. Should I proceed?
User: Yes.
Agent: Ticket 1014 has been successfully deleted.
Search for Ticket
User: I'm looking for a ticket about System.err and can't find it. Can you find it for me and tell me its contents?
Agent: I found a ticket titled 'Replace System.err/System.out with Logger' (ID: 1026) in the 'Test' project. It is currently CLOSED. The description is: "System.err due to ratelimit."
Is this the ticket you were looking for?
Referenced Ticket
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |