| Namespace | http://www.mulesoft.org/schema/mule/clarizen |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/clarizen/current/mule-clarizen.xsd (View Schema) |
| Schema Version | 1.0 |
| Minimum Mule Version | 3.2 |
Clarizen Cloud Connector Clarizen project management software is a leading global provider of collaborative online project management that allows businesses to easily manage all of their projects and resources in a single environment. For futher information visit http://www.clarizen.com
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
| Message Processors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Attaches a file to an entity, given that the file resides in an external storage and can be accessed via a URL.
| |||||||||||
Creates a new Clarizen entity
| |||||||||||
Creates milestones and projects from templates
| |||||||||||
Creates a new Clarizen generic entity
| |||||||||||
Deletes an entity
| |||||||||||
Deletes an entity by its entity Id
| |||||||||||
Returns the description of an entity
| |||||||||||
Given a certain Entity Id, retrieves all associated attachments.
| |||||||||||
Download file information
| |||||||||||
Create an entity query
| |||||||||||
Gets calendar information for the specified user
| |||||||||||
Returns the work items for the current user
| |||||||||||
Gets system settings values
| |||||||||||
Retrieves a workitem by id.
| |||||||||||
Create an issues query
| |||||||||||
Performs lifecycle changes on an entity or a group of entities
| |||||||||||
Returns the list of entities
| |||||||||||
Given a certain Entity Id representing a work item, retrieves all associated human resources.
| |||||||||||
Sends an email to the specified recipients
| |||||||||||
Updates a new Clarizen entity
| |||||||||||
Updates a Clarizen generic entity
| |||||||||||
Search for work items
| |||||||||||
To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:clarizen="http://www.mulesoft.org/schema/mule/clarizen"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/clarizen
http://www.mulesoft.org/schema/mule/clarizen/current/mule-clarizen.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This connector offers automatic connection management via the use of a connection pool. The pool will act a storage mechanism for all the connections that are in-use by the user of this connector.
Prior to execution of a processor, the connector will attempt to lookup an already established connection and if one doesn't exists it will create one. That lookup mechanism is done in the connection pool via the use of connection variables declared as keys.
The user of the connector can configure the pool by adding a connection-pooling-profile to the connector configuration like this:
<clarizen:connection-pooling-profile maxActive="10" maxIdle="10"
exhaustedAction="WHEN_EXHAUSTED_GROW" maxWait="120" minEvictionMillis="60000" evictionCheckIntervalMillis="30000"/>
The following is a list of connection attributes, each connection attribute can be configured at the config element level or they can also be added to each processor. If they are used at the processor level they get the benefit of full expression resolution.
| Connection Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
| Optional. Specify which configuration to use. | |||||||||||
| The user login user | String | */* | UTF-8 | ||||||||
| The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
Reconnection Strategies specify how a connector behaves when its connection fails. You can control how Mule attempts to reconnect by specifying a number of criteria:
With a reconnection strategy, you can better control the behavior of a failed connection, by configuring it, for example, to re-attempt the connection only once every 15 minutes, and to give up after 30 attempts. You can also send an automatic notification to your IT administrator whenever this reconnection strategy goes into effect. You can even define a strategy that attempts to reconnect only during business hours. Such a setting can prove useful if your server is frequently shut down for nightly maintenance.
A reconnection strategy that allows the user to configure how many times a reconnection should be attempted and how long to wait between attempts.
<clarizen:config>
<reconnect count="5" frequency="1000"/>
</clarizen:config>
| Reconnect Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | |||||||||
| Optional. How often (in ms) to reconnect | |||||||||||
| Optional. How many reconnection attempts to make | |||||||||||
For more information about reconnection strategies in Mule, or even how to write your own custom reconnection strategy please check this section.
Attaches a file to an entity, given that the file resides in an external storage and can be accessed via a URL.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| ID of the entity to which the file URL will be attached | EntityId | */* | |||||||||
| URL pointing to the attachment | String | */* | UTF-8 | ||||||||
| Filename of the attachment | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Boolean | true if the action was successful |
Creates a new Clarizen entity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. Entity to be created | BaseClarizenEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| BaseClarizenEntity | Created entity |
Creates milestones and projects from templates
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Template to be used | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. Entity to be created from template | BaseClarizenEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| BaseClarizenEntity | created entity |
Creates a new Clarizen generic entity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. Entity to be created | GenericEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| GenericEntity | Created entity |
Deletes an entity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. The entity to be deleted | BaseClarizenEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Boolean | true if the entity was successfully deleted |
Deletes an entity by its entity Id
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. The entity Id of the entity to be deleted | EntityId | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Boolean | true if the entity was successfully deleted |
Returns the description of an entity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. List of entity types to be described | List<String> |
| Return Type | Description |
|---|---|
| List<EntityDescription> | EntityDescription Entity description
|
Given a certain Entity Id, retrieves all associated attachments.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The entity Id associated with the attachments | EntityId | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<FileInformation> | The list containing all the attachments. |
Download file information
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. Document entity | BaseClarizenEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| FileInformation | entity file information |
Create an entity query
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The entity type | String | */* | UTF-8 | ||||||||
Optional. The query condition. For further information about the condition object check Condition |
Condition | */* | |||||||||
| 100 | Optional. The number of results to be retrieved per page | Integer | */* | ||||||||
| 100 | Optional. The maximum number of pages to be retrieved | Integer | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The fields to be retrieved. The fields names are the keys of the map | List<String> |
| Return Type | Description |
|---|---|
| List<BaseClarizenEntity> | ArrayOfEntity List of work item results |
Gets calendar information for the specified user
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. The userId entityId | EntityId | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| GetCalendarInfoResult | calendar information |
Returns the work items for the current user
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
The work items state. For further information about the specific values check WorkItemState |
WorkItemState | */* | |||||||||
The work item type. For further information about the specific values check WorkItemType |
WorkItemType | */* | |||||||||
The work items filter. For further information about the specific values check WorkItemFilter |
WorkItemFilter | */* | |||||||||
| 100 | Optional. The number of results to be retrieved per page | Integer | */* | ||||||||
| 100 | Optional. The maximum number of pages to be retrieved | Integer | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. The fields to be retrieved. The fields names are the keys of the map | List<String> |
| Return Type | Description |
|---|---|
| List<BaseClarizenEntity> | ArrayOfEntity List of work items |
Gets system settings values
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. List | List<String> |
| Return Type | Description |
|---|---|
| List<Object> | system settings |
Retrieves a workitem by id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
The work item type. For further information about the specific values check WorkItemType |
WorkItemType | */* | |||||||||
| The work item id | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. The list of the work item fields to be retrieved. The fields names are the keys of the map | List<String> |
| Return Type | Description |
|---|---|
| BaseClarizenEntity | Work item with fields indicated through fieldToRetrieve |
Create an issues query
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue type to be retrieved | AllIssueType | */* | |||||||||
Optional. The query condition. For further information about the condition object check Condition |
Condition | */* | |||||||||
| 100 | Optional. The number of results to be retrieved per page. | Integer | */* | ||||||||
| 100 | Optional. The maximum number of pages to be retrieved | Integer | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The fields to be retrieved. The fields names are the keys of the map | List<String> |
| Return Type | Description |
|---|---|
| List<BaseClarizenEntity> | ArrayOfEntity List of issues results |
Performs lifecycle changes on an entity or a group of entities
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The operation to be performed | String | */* | UTF-8 | ||||||||
| If the operation will be recursived | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. The list of entities to be updated | List<EntityId> |
| Return Type | Description |
|---|---|
| Boolean | true if the change was successful |
Returns the list of entities
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<String> | List of entities |
Given a certain Entity Id representing a work item, retrieves all associated human resources.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The entity Id associated with a work item | EntityId | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| List of strings representing the fields to retrieve | List<String> |
| Return Type | Description |
|---|---|
| List<GenericEntity> | The list containing all the human resources. |
Sends an email to the specified recipients
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| PUBLIC or PRIVATE | AccessType | */* | |||||||||
| Optional. Entity related to the email | BaseClarizenEntity | */* | |||||||||
| Optional. Message body | String | */* | UTF-8 | ||||||||
| Optional. Message subject | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. List of recipients | List<Recipient> |
| Return Type | Description |
|---|---|
| Boolean | true if the action was successful |
Updates a new Clarizen entity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. Entity to be updated | BaseClarizenEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| BaseClarizenEntity | Created entity |
Updates a Clarizen generic entity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. Entity to be updated | GenericEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| GenericEntity | Created entity |
Search for work items
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
The work items state. For further information about the specific values check WorkItemState |
WorkItemState | */* | |||||||||
The work item type. For further information about the specific values check WorkItemType |
WorkItemType | */* | |||||||||
The work items filter. For further information about the specific values check WorkItemFilter |
WorkItemFilter | */* | |||||||||
| 100 | Optional. The number of results to be retrieved per page | Integer | */* | ||||||||
| 100 | Optional. The maximum number of pages to be retrieved | Integer | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user login user | String | */* | UTF-8 | ||||||||
| Optional. The user login pass | String | */* | UTF-8 | ||||||||
| Optional. The id of a specific partner application that can be used for licensing purposed | String | */* | UTF-8 | ||||||||
| Optional. The id of a Clarizen partner | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. The fields to be retrieved. The fields names are the keys of the map | List<String> |
| Return Type | Description |
|---|---|
| List<BaseClarizenEntity> | ArrayOfEntity List of work item results |