issueInBacklog
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
Peacock