When a user (not a service agent) is creating a (certain type of ) request I would like set fields like f.ex. components or the description.
In Jira software I am used to using life fields for that with s.th. like
if((argv["screen"] == "create") ) {
lfSet("components", "WOM");
...
In JIRA service desk this only works for the support agents view.
I would like to set fields immediately when a *customer* is creating a request in the customer view. I tried in addition to the upper code block this
if(argv["requestTypeId"] == "208") {
lfSet("components", "WOM");
...
but it does not work.
I think in jsm this may not work unfortunately. Confirm with app fire who is the vendor.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.