createLabel
Create project label
Description
creates new labels, in the specified category. Use this syntax if you previously got
a labelDefinitions
= createLabel(category
,LabelNames
)Category
object by using the findCategory
function.
Examples
Input Arguments
Output Arguments
Tips
To create and attach a new label in an existing category using a single step, use
addLabel
instead.To create a new category of labels, use
createCategory
first.