Automatically attempts to create a brief summary of the page.

Hello,
Could you help me?

When I send a web link in a Rocket Chat message, it automatically attempts to create a brief summary of the page.


| www.google.com
| Google
| Search the world’s information…

But I send a JIRA link in a Rocket Chat message, it requires authentication.
I need a ticket number and title.

https://jira.xxx.com/browse/DEV-100
| jira.reelfx.com
| Log in - Jira

I would like to have this.

https://jira.xxx.com/browse/DEV-100
| DEV-100
| xxxxxxxxxxx

So how can I get a ticket number and title in a Rocket Chat?
I don’t want to integrations via Web Hook.
https://rocket.chat/docs/administrator-guides/integrations/jira/

I want to know the code where is coming from creating a brief summary of the page.

I am using this version.
Rocket version: v0.65.1

Thank you.

1 Like

Hi! also interested in it

the problem is the links require authentication and the server fetches so has no form of authentication.

Might be could use an app. Intercept and parse link and fetch brief description using api?