Plug-in Smart Checklist for Jira - JQL Filter currentUser()

Gaetan Gaston January 20, 2021

Hi Folks,

SITUATION: I'm testing a check list Plug-in : Smart Checklist for Jira.
In some issues I have added a checklist. I did tag someone -> one line contain a "@" name function.


WISH : We want that the employee could find quickly the issue they appears in.
-> I'm building a filter and want to search every issue that the currentUser() appears in the check list (is taged).

IDEA: -create a filter with a JQL function -> using itemAssignee(name) ?

The code could be : "Smart Checklist" = itemAssignee("currentUser()")

But this is not working. Do you have any tip ?

Thanks

3 answers

1 accepted

1 vote
Answer accepted
Manon Soubies-Camy _Modus Create_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 20, 2021

Hi @Gaetan Gaston,

I can't get "Smart checklist" to work with "currentUser()", but this should do the trick:

Checklists ~ currentUser()

Hope this helps!

- Manon

1 vote
Pavel Pavlovsky
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.
February 4, 2021

UPD: we've implemented an ability to search by currentUser() in version 5.2.0

Check the release notes: https://railsware.atlassian.net/wiki/spaces/CHKSDC/pages/2624880641/Release+Notes+5.2.0

Cheers,

Pavel

0 votes
Pavel Pavlovsky
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.
January 20, 2021

Hi @Gaetan Gaston ,

I'm the product manager of Smart Checklist.

The ability to search by Current User is in our roadmap and we'll be delivering the feature in the next release, very soon.

Contact us at smartchecklist@railsware.com and get updates when it's ready.

Cheers,

Pavel

Suggest an answer

Log in or Sign up to answer