...
Description
Excerpt |
---|
|
Add issue to an epic |
...
Associates an issue or task with a specific epic. |
Associates an issue or task with a specific epic, indicating that the issue is part of a larger project goal or initiative represented by the epic.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issue_key | stringString | Yes | the issue key | epicId | intInteger | Yes | The epic id | |
Return Type
booleanBoolean
True of operation succeeded
Example
Code Block |
---|
|
return addIssueToEpic("TEST-5", "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 |
---|
|