Versions Compared

Key

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


Syntax

...

rankAfter(issue to rank, reference issue)

Description

...

Excerpt

Moves an issue after another issue.

Parameters

...

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 = rankAfter("AGILE-3", "AGILE-2");


Notes

...

Note
  1. If an issue with that issue key is not found, an exception will be raised.
  2. The user must have enough permissions to perform this action

See also

...

Filter by label (Content by label)
showLabelsfalse
cqllabel = "rank_routine"