Icinga / icingaweb2-module-jira

GNU General Public License v2.0
42 stars 16 forks source link

Fix the field input elements created for template in case of system fields in `NewIssueForm` #108

Closed raviks789 closed 1 year ago

raviks789 commented 1 year ago

If the system fields are present in templates the elementName for the input element is assigned to be false. This causes an error while adding this element. This has been fixed here.

fixes #107