...
Description
Excerpt |
---|
|
Adds Links multiple issues to an epic |
...
a specific epic, making it clear that these issues are part of the epic's scope and objectives. |
Links multiple issues to a specific epic, making it clear that these issues are part of the epic's scope and 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 | issues you want added on the epic | epicId | intInteger | Yes | The epic id | |
Return Type
booleanBoolean
True of operation succeeded
Example
Code Block |
---|
|
string [] issues = "TEST-1|TEST-2|TEST-3";/nreturn addIssuesToEpic(issues, "TEST-123"); |
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 |
---|
|