Skip to end of banner
Go to start of banner

moveIssueToBacklog

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

  • No labels