Architecture Guidance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
I have a requirement where there is a third party tool which is also a ticketing tool
when i click on workspace left hand navigation panel ,we need to fetch the tickets related to the CI which the other system also has and display it as a table
we have a get api call which takes CI in the other system and returns ticket number,short description,state etc
currently we are displaying related CI incidents on this area from servicenow using table list component and we need to add another component to display tickets from 3rd party tool with same CI
i have below queries
1.Can we trigger the API on click of left have navigation menu
2.how can i store the data dynamically to present it on the area which displays on click
3.will this cause an performance impact
