I have a parser function for integrating with Jira. So when I provide {{#jira : JIRA-223}} the parser functions would fetch the Type and Status of the issue corresponding to the jira issue id ( in eg : JIRA-223 ) and displays in the page.
I wanted to capture the Jira issue id from a Semantic form. So that the jira issue id is a semantic property and is displayed in a more user friendly manner.
Is there a way to achieve this. I tried with materials available and gone through usage of some extension and their code but was not successful.