Для создания автоматизации необходимо, чтобы при изменении статуса создавалась новая задача и в описание передавалось значение даты и времени. Это выражение {{issues.customfield_10111}} почему-то искажает время на 3 часа назад. Если кто-то может подсказать, буду очень благодарен)
As translated by Google:
To create automation, it is necessary that when the status changes, a new task is created and the date and time value is passed to the description. This expression {{issues.customfield_10111)) for some reason distorts the time by 3 hours ago. If anyone
can advise, I would be very grateful
Since you wrote your question in Russian and Moscow is three hours ahead of UTC, I suspect that the custom field is representing UTC.
You can convert to a different time zone:
{{issues.customfield_10111.convertToTimeZone("Europe/Moscow")}}
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.