Assigned Smart Checklist Items on Dashboard emtpy

anton June 2, 2022

Hi, 

 

i want to make a dashboard that shows all smart checklist items from my items/issues/etc.

 

so, i  created  smart checklist items: 

image.png

and made a fresh dashboard with a gadget:

 image.png

but there a no items.... am i missing something? 

1 answer

1 vote
Julia Romanenkova_Railsware_ June 6, 2022

Hi @anton ! 

Could you please share how you created the gadget?

Basically you can create a dashboard gadget from the JQL results, where you search all the issues that have a checklist item(s) assigned to you like this:


project = "YourProject" and issue.property[SmartChecklist].assignees ~ currentUser()

The result looks like this:

Screen Shot 2022-06-06 at 17.13.21.png

However there's an easier way, on Server we have assigned checklist item page out of the box:

4feebb60-4495-44fb-a28a-a0303932e62b.pngimage-20220121-204153.png

Hope this helps.

Suggest an answer

Log in or Sign up to answer