I am trying to remove "priority" from the "ticket" page. I only see "Session" and "Attachments" (I already removed "location")

Andrew112
Kilo Guru

I am trying to remove "priority" from the "ticket" page.  I only see  "Session" and "Attachments" (I already removed "location")

I found another article about changing "field request" and removing priority from there, but that seems to cause errors.

Any help would be appreciated.

Thanks,
Andrew

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

Hi,

So you'll actually want to clone the ticket fields widget, then remove priority from this line within the server script:

	var fields = $sp.getFields(gr, 'number,state,priority,sys_created_on');

The best way to start with all this is to go to an incident you have open on the portal, ctrl+right-click on the ticket fields on the right-hand side, click widget in editor:

find_real_file.png

Clone:

find_real_file.png

Do your edit....

Then go back to the original portal page, ctrl+right-click again, choose instance options, then open in platform:

find_real_file.png

Then finally...associate the new widget you made with that instance:

find_real_file.png

Change it to whatever you named your new ticket fields widget.

 

 

Please mark reply as Helpful and Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

5 REPLIES 5

Andrew112
Kilo Guru

Thanks a lot!