View for work logs on JIRA issues

Is it possible to add a default view for:

create or replace view IssueWorklogs
as
select iwg.*
,      iss.* prefix with 'issue_'
from   issues iss
join   IssueWorklogsByIdOrKey(iss.key) iwg

This view has been added as a standard view to the next maintenance release 23.0.111. It will also be available in BETA-releases after November 30, 2023.