Syntax
...
addIssueToSprint(issue key, sprint id)
Description
...
Excerpt |
---|
Adds an issue to a sprint |
Parameters
...
Parameter name | Type | Required | Description |
---|---|---|---|
issue key | string | Yes | The issue key |
sprint id | number | Yes | The sprint id |
Return type
...
boolean
True if the operation succeeded, false otherwise
Example
...
Code Block |
---|
boolean result = addIssueToSprint("AGILE-3", 5); |
Notes
...
Note |
---|
|
...