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
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.
This question was automatically closed after at least 1 week of inactivity after a possible solution was provided. The last answer given has been marked as a solution.
Please ask a new question via a separate topic if the problem occurs again. Please include a link to this topic in the new question by pasting its URL into the text.
Dit topic is 3 dagen na het laatste antwoord automatisch gesloten. Nieuwe antwoorden zijn niet meer toegestaan.