Hi all,
I'm new to automation and a little stumped.
I have a checklist with 3 items. I'd like to setup some labelling rules. I can do the basics just fine, but what I'd really like to achieve is:
Can someone help me achieve this please? It's likely very simply but I can't find it anywhere
You could use the smart value .size and the Advanced Compare condition (see https://support.atlassian.com/jira-software-cloud/docs/smart-values-lists/)
e.g. have an Advanced condition that checks for:
{{issue.My checkbox field name.size}}
EQUALS
2
And then in that block set the appropriate labels
How about splitting out the items into different checklists? So, you would have 3 checklists - if you only have 3 check-items, you would just add one item per checklist. So you would then set your rules like so:
Checklist A: when all items in this checklist are complete, remove all labels and add the yellow label.
Checklist B: When all items in this checklist are complete, remove all labels, add the orange label.
And the 3rd check-item would be nested under Checklist C.
You could then create templates with the checklists/check-items already populated so you don't have to always be manually creating 3 individual checklists for each card.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While the data points exist as variables, there is no trigger of the kind you described. You have to use http request to some endpoint to handle this type of automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.