...
Description
Excerpt |
---|
|
Removes Dissociates multiple issues from an a specific epic. |
Removes a bunch of issues from an epic. Note that this does not work next-gen projectsDissociates multiple issues from a specific epic, indicating that these issues are no longer part of the epic's scope or objectives.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
array_of_issue_keys | string String [] | Yes | The board id | |
Return Type
booleanBoolean
True of operation succeeded
Example
Code Block |
---|
|
string [] issues = "TEST-1|TEST-2|TEST-3";/nreturn removeIssuesFromEpic(issues); |
Returns true if successful, false if otherwise.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "agile_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|