question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Working with Tickets

See original GitHub issue

What’s going on?

How do I get all tickets matching a certain name or type (Auto-Discovery in this case) and then updating or closing them? I see references to tickets in the code but I don’t see how to work with them.

I think something like this, but it does seem to find the ticket by the ID, nothing is returned: Get-Object 'Auto-Discovery *' or Get-Object 'ToDo (Auto-Discovery: *' or Get-Object -Id XX

but this would be nice to add too: Get-Ticket 'Auto-Discovery finished for *' | Set-ObjectProperty Status 'Closed'

UPDATE: I dumped all objects and I don’t see the Tickets (or ToDos) listed.

Due Dilligance

  • It wasn’t covered by the wiki, I swear!
  • I have tried doing some basic research on this issue but haven’t been able to come up with anything. Please help!

Issue Analytics

  • State:closed
  • Created 8 months ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
squintfoxcommented, Jan 31, 2023

@crawc Try: /api/closeticket.htm?username=apiuser&passhash=12345&id=$id&content=close

We have the same problem and that’s what I use to close them out.

1reaction
lordmilkocommented, Jan 31, 2023

PrtgAPI does not support interfacing with tickets, as this is a rather niche area of PRTG (most companies use a real ticketing system)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Working with tickets
About the agent home dashboard; Viewing tickets; Expanding and collapsing your views list; Tracking your recently-viewed tickets; Avoiding agent ...
Read more >
Working on Tickets
Introduction. The focus of this page is to be a guide for Support Engineers in finding, selecting, assigning and beginning work on support...
Read more >
What's a Ticketing System?
A ticketing system works by first creating a document, or "ticket," that records the interactions on a support or service case.
Read more >
The 14 Most Common Help Desk Tickets and How to Solve ...
Get to know which are the most common help desk tickets and how to solve them using InvGate Service Desk and Insight!
Read more >
How to work with Tickets? - Freshservice Support
Refer to our quick guide on working with incident and service ... Tickets are classified into two distinct categories- Incidents and Service ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found