moveIssueToBacklog
Description
Moves a single issue or task back to the backlog, indicating that it's no longer part of the active work items.
Parameters
Return Type
Boolean
True if the move is ok
Example
return moveIssueToBacklog("TEST-1", 12345);
Returns true if successful, false if otherwise.
See also
Peacock