|
[
Permlink
| « Hide
]
Nick Menere [Atlassian] added a comment - 26/Sep/05 09:15 PM
OSWorkflow allows for the OR condition (http://www.opensymphony.com/osworkflow/3.7%20Conditions.html
Hi Nick,
Would you please give us more directions on what's the XML file needed to be edited and what changes have to be made so it's possible to use 'OR' logic conditions instead of only 'AND' ones? Thanks in advance, João Paulo. You will need to change the "type" attribute of the "conditions" tag from AND to OR:
<conditions type="AND"> <condition type="class"> <arg name="class.name">com.atlassian.jira.workflow.condition.PermissionCondition</arg> <arg name="permission">Resolve Issue</arg> </condition> <condition type="class"> <arg name="class.name">com.atlassian.jira.workflow.condition.PermissionCondition</arg> <arg name="permission">Close Issue</arg> </condition> </conditions> Changing the type from AND to OR is possible in JIRA 3.6.
OS Workflow, the workflow engine JIRA uses does not currently support NOT operator. If you need support for the operator please create a new feature request. Thanks, Very nice, Anton.
Now, I'm just waiting for JRA-2753 to be resolved =) Thanks a lot. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||