Hey everyone,
I’m currently developing a Forge app for Jira, and I’m looking for a way to allow users to insert predefined text templates into various issue fields like Description, Comments, etc.
Default field values won’t suffice in this case, as the goal is to let users dynamically select a template from a list directly within the field at the time of editing or issue creation.
Is there an approach or recommended pattern within Forge that would enable this kind of dynamic template insertion into Jira fields? Maybe there is a way to add custom elements to the toolbar of the rich text editor used for editing Jira fields?
Any insights or guidance would be greatly appreciated.