addIssuesToEpic

Description

Links multiple issues to a specific epic, making it clear that these issues are part of the epic's scope and objectives.

Parameters

Return Type

Boolean

True of operation succeeded

Example

string [] issues = "TEST-1|TEST-2|TEST-3"; return addIssuesToEpic(issues, "TEST-123");

Returns true if successful, false if otherwise.

See also

Filter by label

There are no items with the selected labels at this time.