Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add a label to an item in my checklist?

L_ P_ February 17, 2023

I have a checklist with various items and I would like to add a label in each item.  Is this possible or could this feature be added?   

3 answers

1 accepted

0 votes
Answer accepted
Alex Koxaras -Relational-
Community Champion
February 17, 2023

Hi @L_ P_ and welcome to the community,

Currently this isn't possible to my knowledge. Kindly see similar post here https://community.atlassian.com/t5/Trello-questions/Tagging-checklist-items/qaq-p/1539477

L_ P_ February 17, 2023

Thanks.  That is too bad.  Adding this feature would make this app perfect for my needs.  I will need to explore more as trello is new to me.   Do you know if I convert it to a card if I can check off a card completed without removing the card? 

Alex Koxaras -Relational-
Community Champion
February 17, 2023

Can't quite understand what you mean by this "Do you know if I convert it to a card if I can check off a card completed without removing the card". Can you please explain a bit more?

L_ P_ February 17, 2023

I found a workaround for my checklist by using emoji’s.   If it was a card and not a checklist, is there a way to cross it off as completed? I’m new to trello.  I’m going to deep dive into it this weekend!  😎

peer ssik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 21, 2023

@Alex Koxaras -Relational- 

Hi 

Have this feature been added to system, or no ? As it would be really convenient to use and point all items in calendar for instance. 

0 votes
Thomas Marshall - Network January 12, 2024

Is this what you mean? This is how I was able to put a checklisted items into a label.

The checklist field is the custom field here.  (mostly script kitty stuff I scrapped together from the geniuses on the forums here in the community, but it works in Jira cloud!)

{

    "fields": {

        "labels": [

{{#if(not(issue.labels.isEmpty))}}

                    {{#labels}}"{{.}}"{{^last}},{{/}}{{/}},""

               {{/}}

               {{#if(issue.labels.isEmpty)}}

                    ""

               {{/}},

{{#issue."customfield_10492".value.replace(" ","_")}}"{{.}}"{{^last}},{{/}}{{/}}

]

    }

}
0 votes
L_ P_ February 17, 2023

I found a workaround to make it work.  I’m going to use emoji’s!  🟥🟩🟧🟨🟪⬛️🟫. 😎

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events