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
That will fill the customfield with the custom var from the host object (or custom vars from service object)
Cheers,
Der nervige Carsten
The text was updated successfully, but these errors were encountered:
Mikesch-mp
changed the title
Create Ticket from UI using templates variables filled from icinga custom vars
[feature request] Create ticket from UI using template variables filled from icinga custom vars
Feb 1, 2021
Hello,
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
With the cli command
icingacli jira ..... -- customerid 12345
works perfect, from Icingaweb you get only an error.Would be nice to have something like
[schwurbel]
customfield_19232 = "${host.vars.customerid}"
The text was updated successfully, but these errors were encountered: