We are using Checklist for JIRA. And we are using it from Jira Server and when migrated in cloud, pivot report slices doesn't work anymore. We are trying to get the due unchecked items.
Old JQL in Jira server
"Internal kick-off date" < now() AND "Pre provisioning progress" = uncheckedItem("Internal kick-off") 
JQL I am trying to get the same result in JIRA cloud.
Below doesn't seem to work as well.
"Checklist Text[Paragraph]" ~ "\"* [open] Internal kick-off\""
 
Are there other ways to get the unchecked or open items from the checklist?
CC: @Adaeze_Jude_HEROCODERS 
Hi @qguingab ,
is the 'Pre Provisioning progress' the name of your checklist and 'Internal kick-off' one of the checklist items?
If so, have you tried this?
"Checklist Text[Paragraph]" ~ "\" # Pre provisionig progress
* [] Internal kick-off\""
 
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.