Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-23215

Jira template - date field

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • None
    • None
    • None

      Official Jira media template don't have date only as a field.

      It just needed to add a case under addCustomFields: function

      case 'date':
                                          if (fields[field].match(/\d+[.-]\d+[.-]\d+/) !== null) {                                         data.fields[field] = fields[field].replace(/\./g, '-');                                     }
                                          break;

            zit Zabbix Integration Team
            zingaya Leonardo Savoini
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: