Skip to end of banner
Go to start of banner

rankAfter

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

Version 1 Next »

Syntax:

rankAfter(issue to rank, reference issue)

Description:

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:

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


Notes:

  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:

  • Page:
    rankFirst (Power Scripts™ for Jira 4.0)
  • Page:
    rankLast (Power Scripts™ for Jira 4.0)
  • Page:
    rankBefore (Power Scripts™ for Jira 4.0)
  • Page:
    rankAfter (Power Scripts™ for Jira 4.0)

  • No labels