Description from extension meta
Adds rich ticket content to Notion page
Image from store
Description from store
Replaces JIRA ticket number mentions on Notion.so pages with blocks of more detailed ticket information: ticket title, link and status.
For example:
Writing the text ticket-123, would change the text to
`ticket-123: description from jira would go here` with a link to jira.
ticket-123 is replaced with <a href"jira-url">ticket-123: description from jira would go here</a>.
This is accomplished by hitting the Jira API for our cloud instance and then it replaces any text on the notion page that matches a regex "var JiraRegex = /[A-z]{2,7}-\d{1,}/g;", for example ticket-123.