You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
Transition is allowed, if a Date is reached without having exceed a delay expressed in seconds.
Select the Date Time to control, and the allowed Exceed delay,
When defined, there is no special configuration.
The Condition configuration may be done in XML in Workflow descriptor as follow :
1.
<
condition
type
=
"class"
>
2.
arg
name
"class.name"
>com.atlassian.jira.workflow.condition.DateReachedCondition</
3.
"maxExceedDelay"
>3600</
4.
"customFieldName"
>Wanted Date</
5.
</
Here is controlled if the date named Wanted Date has been reached around 1 hour ...
"customFieldId"
>customfield_10120</
Here is controlled if the date, with customFieldId customfield_10120, has been reached around 1 hour ...
On this page:
Useful hint
See also ...