Question

FreshService app not supporting for problem tickets

  • 21 March 2024
  • 0 replies
  • 20 views

Badge

Hi All,

here is my mainfest.json

 

{

  "platform-version": "2.3",

  "dependencies": {

    "request": "2.72.0"

  },

  "product": {

    "freshservice": {

      "location": {

        "ticket_sidebar": {

          "url": "index.html",

          "icon": "icon.svg"

        },

        "problem_sidebar": {

          "url": "index.html",

          "icon": "icon.svg"

        }

     },

      "events": {

        "onAppUninstall": {

          "handler": "onAppUninstallHandler"

        }

      }

    }

  },

  "engines": {

    "node": "18.13.0",

    "fdk": "9.0.8"

  }

}


0 replies

Join the Community or User Group to Participate in this Discussion

Reply