labels

@JvmName(name = "yuwdlmvighdbiutn")
suspend fun labels(value: List<String>?)

Parameters

value

Return issues with labels. Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.


@JvmName(name = "qspgwwdxidissmjb")
suspend fun labels(vararg values: String)

Parameters

values

Return issues with labels. Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.