Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Date Reached Condition
Overview
Transition is allowed, if a Date is reached without having exceed a delay expressed in seconds.
Edit and View Parameters
Select the Date Time to control, and the allowed Exceed delay,
When defined, there is no special configuration.
XML Declaration
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</
arg
>
3.
<
arg
name
=
"maxExceedDelay"
>3600</
arg
>
4.
<
arg
name
=
"customFieldName"
>Wanted Date</
arg
>
5.
</
condition
>
Here is controlled if the date named Wanted Date has been reached around 1 hour ...
1.
<
condition
type
=
"class"
>
2.
<
arg
name
=
"class.name"
>com.atlassian.jira.workflow.condition.DateReachedCondition</
arg
>
3.
<
arg
name
=
"maxExceedDelay"
>3600</
arg
>
4.
<
arg
name
=
"customFieldId"
>customfield_10120</
arg
>
5.
</
condition
>
Here is controlled if the date, with customFieldId customfield_10120, has been reached around 1 hour ...
Excerpt | ||
---|---|---|
| ||
Condition based on Date.
|
Panel | |
---|---|
On this page:
|
Content by Label | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Info | ||
---|---|---|
| ||
See also ... |