Skip to end of banner
Go to start of banner

moveIssuesToBacklog

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 issues or tasks back to the backlog from their current state or sprint, typically done when they are reprioritized or postponed.

Parameters

Return Type

Boolean

True if the move is ok

Example

string [] issues = "TEST-1|TEST-2|TEST-3|";
return moveIssuesToBacklog(issues, 12345);

Returns true if successful, false if otherwise.

See also

  • No labels