Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

issue to rank

string

Yes

The issue key to move

reference issuestringYesThe reference issue

Return type

boolean

'True' if operation succeeded, 'false' otherwise

Example

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

...