Skip to content

Commit

Permalink
Fix for default worklog filter - secondary check emailAddress not nam…
Browse files Browse the repository at this point in the history
…e twice
  • Loading branch information
ahungry committed May 27, 2021
1 parent 3a8c2d1 commit a01f045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiralib.el
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ This is maintained by `jiralib-login'.")
(downcase
(or jiralib-user-login-name user-login-name))
(downcase (or .author.name
(car (split-string (or .author.name "") "@"))))))
(car (split-string (or .author.emailAddress "") "@"))))))
wl)))))
"A list of triplets: ('Global-Enable 'Descriptive-Label 'Function-Definition)
that apply worklog predicate filters during import.
Expand Down

0 comments on commit a01f045

Please sign in to comment.