Versions Compared

Key

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

...

Parameter name

Type

Required

Description

issue key

string

Yes

The issue key

sprint idnumberYesThe sprint id

Return type

boolean

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


Example

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

...