Hi all,
I'm encountering strange or perhaps silly problem with getting version start date from my tickets.
This works fine for me for release date :
fixVersions.UMIN_BY($.releaseDate)
and this should show me the start date of version:
fixVersions.UMIN_BY($.startDate)
but it is showing again release date.
I'm adding both formulas as in a custom column form.
Anybody had the same problem ?
Please help :)
I can see the added screenshot now. There are two formulas in the column for some reason - the fixVersions variable is not tied to versions but to another formula that can't be seen. The formula can't be seen, so it's unclear what it's doing exactly and what can be expected from the results.
Please reach out to us for further investigation.
Best regards,
Stepan
Tempo
Thanks for asking me the right questions.
I created fresh new columns with those formulas
with ver = fixVersions.UMIN_BY($.releaseDate): ver.releaseDate
with ver = fixVersions.UMIN_BY($.releaseDate): ver.startDate
and it works fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Michał Pietrasik
I'm afraid it's not clear what exactly you're doing - the formulas in question can't provide any dates, they return the names of versions ordered by their individual dates. If this is what you mean, then perhaps the dates match in versions' settings.
If they don't, then we would need to look into your setup in detail to be able to recommend anything. Please reach out to us at our support portal and we'll go from there.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, you're right.
So I would need a formula which would get the earliest version from issues fixVersions and then releaseDate and startDate from it.
Regards
Michał
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.