issuesInEpic
Description
Retrieves all the issues or tasks associated with a specific epic, offering an overview of the work items that contribute to the epic's objectives.
Parameters
Return Type
String []
Issue belonging to that epic
Example
string [] issues = issuesInEpic(12345, "TEST-123");
return issues;
See also
Peacock