Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

addIssueToSprint(issue_key, sprint_id)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Associates an issue or task with a specific sprint in a Scrum board.

Associates an issue or task with a specific sprint in a Scrum board, indicating that the issue is part of the work to be completed during that sprint.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

issue_key

String

Yes

The issue key

sprint_id

integer

Yes

The sprint id

Return Type

Boolean

'True' if the operation succeeded, 'false' otherwise.

Example

Code Block
languagejs
boolean result = addIssueToSprint("AGILE-3", 5);

Note

1. If there is no issue with that issue key, an exception will be raised. 2. If there is no sprint with that sprint id, an exception will be raised. 3. The user must have enough permissions to perform this action.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "agile_routine" and space = currentSpace ( )
labelsarray_routines

We've encountered an issue exporting this macro. Please try exporting this page again later.