JQL Search for Smart Checklist with @mention & Done

KLAUDIA July 14, 2021

Hi 

I am trying to find Smart Checklist items which have user mentioned and are not done. I have been trying to use the documentation to combine the functions but so far haven't been able to get desired results.... here is what I was thinking ... 

"Smart Checklist" = itemAssignee("currentUser()") AND "Smart Checklist Progress" ~ "-Done”

https://railsware.atlassian.net/wiki/spaces/CHKSDC/pages/2283176020/JQL+Search+Checklists

Any support will be welcomed 

1 answer

0 votes
Olena Brazhko_Railsware_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 15, 2021

Hi Klaudia,

 

Thanks for reaching out!

At the moment, such functionality is presented by default on Smart Checklist Server only. Currently, we're working on implementing it into the Cloud version of the add-on. In the meantime, you can use Advanced search with such workaround:

"checklists" ~ "{username}" and "Smart Checklist Progress" ~ "-done"

Hope it helps!

And feel free to contact us again if needed.

 

To get notifications about our updates, please "Watch App" on our product page

 

Best,

Olena

Suggest an answer

Log in or Sign up to answer