I have created a markdown template with variable names in place of the values I need to extract from our Jira Service Management issue record. My question is, whether it is possible to extract the field values directly to that markdown file, replacing the placeholders, or if I need to extract the fields into a data file type format which I can then parse separately and make the substitutions in the markdown file with just a text search/replace type script. Either way is fine, I would just like some ideas on how to accomplish either solution. eventually, I will trigger this via a workflow trigger, so the ability to tie into either scriptrunner, or a webhook type event is key.
Thank you
RZ