removeIssueFromEpic
Description
Removes the association between an issue and an epic, indicating that the issue is no longer considered part of the larger project goal represented by the epic.
Parameters
Return Type
Boolean
True of operation succeeded
Example
return removeIssueFromEpic("TEST-123");
Returns true if successful, false if otherwise.
See also
Peacock