...
Excerpt |
---|
Removes an issue from 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 = removeIssueFromSprint("AGILE-3", 5); |
...
Note |
---|
|
See also
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|