Skip to end of banner
Go to start of banner

issueInBacklog

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Checks whether a particular issue is currently in the backlog, which is a list of tasks awaiting prioritization and planning.

Parameters

Return Type

Boolean

True if it's in the backlog, false otherwise

Example

return issueInBacklog(12345, "TEST-123");

Returns true if issue exists in the backlog, false otherwise.

See also

  • No labels