issueInStartedSprint

Description

Determines if a specific issue is associated with a sprint that is currently in progress, helping to identify tasks relevant to ongoing work.

Parameters

Return Type

Boolean

Example

boolean result = issueInStartedSprint("AGILE-3");

1. If there is no issue with that issue key, an exception will be raised. 2. The user must have enough permissions to perform this action

See also

Peacock