Hi,
Is it possible or can the days left in an active sprint be permanently included to the navigation bar in timeline.
Regards,
Suma
ibm.kustagi@mercedes-benz.com Was trying to get this done using the automation and was able to get the sprint start and End date but somehow not able to check the diff in both dates to show.
In the automation the sprint field is trated as String and not the date so that is the reason we can not do the calculation.
So the possible ways is to use the send web request action
GET /rest/agile/1.0/sprint/{sprintId}
and fetch the sprint start/end date and store it into the field.
{{issue.customfield_start.diff(issue.customfield_end).days}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.