issueInEpic

Description

Checks whether a specific issue or task is associated with a particular epic, helping to determine the relationship between individual tasks and larger project goals.

Parameters

Return Type

Boolean

True if the issue belongs to that epic, false otherwise

Example

return issueInEpic(12345, "TEST-123", "TEST-5");

See also

Peacock