I have embedded the Jira Issue Collector form (Type - bug) in my qt application. (its a qt based web app which is using Angular for front-end)
However, nothing happens when I select any file in the open file dialog box. Form doesnt updates with the attached file.
Moreover, if I'm using the same issue collector in my application in debug mode in any web browser, I'm able to attach any files.
Also, in the logs, upon clicking on the "choose file" button, It says "currentLayerItem" is undefined in batch.js
Does qt requires any extra configuration or permissions for the same?
Configuration which I m using in my form:
Issue Type: Bug
Reporter: User(has all permissions)
Match Reporter: Always use issue reporter
Trigger Text: Random Text
Trigger Style: Custom
Issue Collector Form: Template -> Custom
Any help is appreciated.