In case if there is a need to use dynamically calculated data, we developed a set of system variables that can help with this task. These variables are used just as straightforward as regular variables.
At this point in time, the list of system variables include:
$today - today’s date and time
$tomorrow - tomorrow’s date and time
$time - current time
$datetime - current date
As it was already mentioned before, variables - are placeholders that are automatically filled with data that is available at the moment of the Issue creation.
...
$today - is filled with the date when the issue was created
...
$tomorrow - is filled with the date after the day the issue was created
...
$time - is filled with the exact time when the issue was created
...
Für den Fall, dass es notwendig ist, dynamisch berechnete Daten zu verwenden, haben wir einen Satz von Systemvariablen entwickelt, die bei dieser Aufgabe helfen können. Diese Variablen werden genauso einfach wie reguläre Variablen verwendet.
Zu diesem Zeitpunkt enthält die Liste der Systemvariablen:
$today - das heutige Datum und die Uhrzeit
$tomorrow - das Datum und die Uhrzeit von morgen
$time - aktuelle Uhrzeit
$datetime - aktuelles Datum
Wie bereits zuvor erwähnt, sind Variablen - Platzhalter, die automatisch mit Daten gefüllt werden, die zum Zeitpunkt der Erstellung des Problems zur Verfügung stehen.
$today - wird mit dem Datum gefüllt, an dem das Problem erstellt wurde
$tomorrow - wird mit dem Datum nach dem Tag der Erstellung des Problems gefüllt
$time - ist mit der genauen Zeit gefüllt, zu der das Problem erstellt wurde
$datetime - ist mit dem Datum und der Uhrzeit gefüllt, zu der das Problem erstellt wurde
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|