Phorge and AI Integration

1 points by andyviv a day ago

Hi,

Has anyone implemented AI integration with Phorge for automatic task summaries?

What we want: AI to read ticket descriptions and comment threads and generate concise overviews of tasks - especially useful for complex tickets with 20+ comments where new team members need to get up to speed quickly.

Thinking either:

  - Direct database connector to feed data to LLM APIs
  - Existing Phorge extensions/plugins
  - Custom webhooks
Does anyone know of anything pre-existing?

Thanks