is there any way to automate a process that, when a card is moved to a specific list, every label on the card become a checklist item?
thank you,
Stefano
Try out Colored label Manager , you have the ability to restrict new label items creation, Project Admins can add items to the field. User can select those items from the list. Useful for label fields like Definition of Done or Select List .
You can also report on labels , there’s absolutely no coding required and certainly no need to learn Jira Query Language (JQL) for that matter.
And more ..
Atlassway Team
Unfortunately I don’t find a solution.
Trello only provides these variables relative to labels :
{cardlabels} : The names and colors of all named card labels added to the card (comma-separated).
{cardlabelnames} : The names of all named labels added to the card (comma-separated).
{cardlabelcolors} : The colors of all named labels added to the card (comma-separated).
{cardlabelcount} : The number of labels added to the card.
With this, I can get an automation to create one single checklist item including the names of all labels separated by commas :
However I don’t find anyway to create separate checklist items, one for each label.
I do not find either a way to create as many duplicates of the item including all labels names as there are labels, which I hoped might have been possible using the {cardlabelcount} variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.