-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom Unique identifier #622
Comments
You can already retrieve Incidents based on the application that created them. Can you elaborate a bit on the use case for this custom identifier? |
We have multiple ticketing tools that create an incident in iris via webhook.. Would want to track which ticket created the incident and triggered the call flow and also update the incident flow back to the ticketing tool. So having a custom identifier in this case my ticketing tool number would help for my use case. |
@diegocepedaw -- any update on this request.. |
@allwyn-pradip, unfortunately due to the backlog of Iris tasks as well as the work on a major rewrite of the sender I don't think we will be able to get to this any time soon. You are welcome to submit a working PR with tests if you'd like and we'd be happy to review it. |
we have multiple app making calls, it would be great if I can send it unique custom value for each call with which I can connect the application to the call and the iris incident created, and the customs value can be retrieved via the API.
The text was updated successfully, but these errors were encountered: