Skip to end of banner
Go to start of banner

rankBefore

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 an issue before another issue.

Parameters

Return Type

Boolean

'True' if operation succeeded, 'false' otherwise

Example

boolean result = rankBefore("AGILE-3", "AGILE-2");

1. If an issue with that issue key is not found, an exception will be raised. 2. The user must have sufficient permissions to view the board.

See also

  • No labels