Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In some situations, the current online agent list (Chat Dashboard) can be useful combining when it combines with Jira Webhook + Scripting + Jira API to achieve the automatic assigning function.

...

The following is the API how to fetch the list of the current online agentagents,

The API end point endpoint is as follow,

Code Block
/public/online?jiraId=<jiraId>&projectId=<projectId>

...