It does via snapshot.auto-track https://docs.jj-vcs.dev/latest/config/#paths-to-automaticall...
> jj log -r y:: -T builtin_log_redacted
@ urplyywu user-482a 2025-10-23 13:24:52 bookmark-05ff a334e2e1
│ (empty) (redacted)
○ lxxtnlxw user-482a 2025-10-23 13:24:46 git_head() 7e32fa6b
│ (empty) (redacted)
○ omktyuos user-482a 2025-10-23 13:24:13 7668b0bb
│ (empty) (redacted)
○ ykzktoux user-7b7f 2025-10-23 13:23:47 bookmark-6825 98bfcbde
│ (empty) (redacted)
~
In this case, the following log would get you the commit pointed to by "bookmark-6825": > jj log -r 'latest(ancestors(@) & bookmarks(), 2) ~ @' -T builtin_log_redacted
○ ykzktoux user-7b7f 2025-10-23 13:23:47 bookmark-6825 98bfcbde
│ (empty) (redacted)
~
I'm using the builtin_log_redacted output template. Normally you'd have actual bookmark names, descriptions, user, etc.