Hi,
i want to make a dashboard that shows all smart checklist items from my items/issues/etc.
so, i created smart checklist items:
and made a fresh dashboard with a gadget:
but there a no items.... am i missing something?
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:
However there's an easier way, on Server we have assigned checklist item page out of the box:
Hope this helps.
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.