...
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); |
...