You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using templates variables work fine when useing the cli command with parameters for those variables.
Creating Issues from icingaweb they are unuseable beside hardcoded variables or using the predefined ones like ${host}.
There should be a way to fill needed (custom) fields with the value from a custom variable of a service/host object.
for example a customer number is needed to create a ticket.
The templates.ini
[schwurbel]
customfield_19232 = "${customerid}"
With the cli command icingacli jira ..... -- customerid 12345 works perfect, from Icingaweb you get only an error.
Would be nice to have something like