Home Analyst Portal
Options

Having trouble with the "resolved by user" relationship when closing ticket with Commit API

chelsea_alonsochelsea_alonso Customer IT Monkey ✭
I was hoping someone could point me in the direction of how to assign the resolving user of a ticket to the "resolved by user" relationship when using the commit api call. I am able to change the "assigned to" related user

data.AssignedWorkItem = {BaseId: $("#assignToAnalyst").val(), ClassTypeId: "10a7f898-e672-ccf3-8881-360bfb6a8f9a"};

but don't see the resolved by user in the view model much more than just an action log entry. 

Best Answer

Answers

  • Options
    chelsea_alonsochelsea_alonso Customer IT Monkey ✭
    I meant to mention that I'm working with IR WI class in this case but maybe that is evident. 
  • Options
    chelsea_alonsochelsea_alonso Customer IT Monkey ✭
    YES! That was what I was missing. I appreciate your help!
Sign In or Register to comment.