Hello.
I have a problem with API and tasks. I want to change group and title of task via script in powershell.
Original task:
title: "Old task name"
group: "servicedesk"
description: "
Line one
Line two"
API query:
"task": {
"title": "Task name",
"group: "SRV ADM GROUP"
}
}
After query I have (in SDP task):
title: "Task name"
group: "SRV ADM GROUP"
description: "Line one <br/>Line two". <- in SDP - why <br/> ?
In DB: "Line one <br&/>Line Two"
I dont change description via script.