hello,
In easy BI i would like to recover the last date when the ticket went into the “pending” status
Hi, @jeremy1 ,
Welcom to the eazyBI community.
Please consider using a tuple to get the information you are looking for. Please read more about a tuple here: Tuple
The measure you are looking for is “Transition to status last date” from issue history measures set. Please select Import issue change history in Jira data import settings if you don’t have this measure available. Import issue change history
The formula should look something like this, please use auto-complete:
(
[Time].Currenthierarchy.DefaultMember,
[Transition Status].[Pending],
[Measures].[Transition to status last date]
)
Kindly,
Ilze