Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Usage Cases

These conditions are evaluate to True,
if Issue has an Activity confirmed

You need to condition some transition depending on the activity or inactivity on an issue.

Examples:

  • A Support ticket stayed in the In Progress Status since 1 day without additional comment, you want to allow a Transition managed by Auto-Transition, in order to launch a new reminder by mail.
  • A Ticket is Resolved since more 3 days, you want to Close it (always by Auto-Transition)
  • You want to block a transtion for a delay for legal reasons,
  • ...

 

Add the Condition

Select the Actviity Condition ... 


Or the Inactivity Condition ... 

Edit and View Parameters

It is possible to define a threshold for each of proposed Activity Type.

When defined, the condition will be passed depending on activity Type evaluations.

 

XML Declaration

The Condition configuration may be done in XML in Workflow descriptor as follow :

Code Block
languagexml
<condition type="class">
	<arg name="onEdit">8h</arg>
	<arg name="onWorklog">2d</arg>
	<arg name="onComment">8h</arg>
	<arg name="class.name">fr.alkaes.myaawf.workflow.condition.ActivityCondition</arg>
	<arg name="onTransition">2d</arg>
</condition>

 



Excerpt
hiddentrue

Conditions based on Activity or Inactivity on a Issue.

 

Panel

On this page:

Table of Contents

 

Content by Label
showLabelsfalse
spacesMINYAA
showSpacefalse
sorttitle
typepage
cqllabel = "documentation-space-sample" and type = "page" and space = "MINYAA"
labelsdocumentation-space-sample

Info
titleUseful hint

See also ...