| Namespace | http://www.mulesoft.org/schema/mule/jira |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/jira/current/mule-jira.xsd (View Schema) |
| Schema Version | 2.0 |
| Minimum Mule Version | 3.2 |
JIRA is a proprietary issue tracking product, developed by Atlassian, commonly used for bug tracking, issue tracking, and project management.
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
| Message Processors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds the given actors to the project role.
| |||||||||||
An alternative mechanism for adding attachments to an issue.
| |||||||||||
Adds a new comment to the issue.
| |||||||||||
Adds the default actors to the project role denoted by this id.
| |||||||||||
Add an effort to an issue's worklog
| |||||||||||
Adds the permission to the given entity name (username or group name)
| |||||||||||
Adds a user to the given group name.
| |||||||||||
Adds a new version
| |||||||||||
Adds a worklog to the given issue.
| |||||||||||
Adds a worklog to the given issue but leaves the issue's remaining estimate field unchanged.
| |||||||||||
Adds a worklog to the given issue and sets the issue's remaining estimate field to the given value.
| |||||||||||
Archieves the given version/
| |||||||||||
Create a component
| |||||||||||
Creates a group with the given name optionally adding the given user to it.
| |||||||||||
Creates an issue.
| |||||||||||
Creates an issue.
| |||||||||||
Creates a sub-task.
| |||||||||||
Creates an issue using the the security level denoted by the given id.
| |||||||||||
Creates a new permission schema using the given name and description.
| |||||||||||
Creates a new project
| |||||||||||
Creates a new project role.
| |||||||||||
Creates a new project.
| |||||||||||
Creates a user in JIRA with the specified user details
| |||||||||||
Create a version
| |||||||||||
Deletes the group denoted by the given group name.
| |||||||||||
Deletes the issue with the given key
| |||||||||||
Removes the permission to the given entity name (username or group name)
| |||||||||||
Deletes the permission scheme denoted by the given name
| |||||||||||
Deletes the project represented by the given project key.
| |||||||||||
Deletes the given custom Avatar from the system.
| |||||||||||
Deletes the project role denoted by the given project role id.
| |||||||||||
Deletes a user in JIRA with the specified username.
| |||||||||||
Deletes the worklog with the given id and updates the remaining estimate field on the isssue by increasing it
by the time spent amount on the worklog being deleted.
| |||||||||||
Deletes the worklog with the given id but leaves the remaining estimate field on the isssue unchanged.
| |||||||||||
Deletes the worklog with the given id and sets the remaining estimate field on the isssue to the given value.
| |||||||||||
Edits the comment denoted by the given id
| |||||||||||
Returns all the permissions.
| |||||||||||
Returns the associated notification schemes for the given project role.
| |||||||||||
Returns the associated permission schemas for the given project role.
| |||||||||||
Returns the attachments for the issue denoted by the given key.
| |||||||||||
Finds the available actions for the given issue key
| |||||||||||
Finds a comment.
| |||||||||||
Returns the comments for the issue denoted by the given key.
| |||||||||||
Returns an array of all the components for the specified project key.
| |||||||||||
Returns information about the current configuration of JIRA.
| |||||||||||
Returns the custom fields for the current user
| |||||||||||
Returns the default role actors for the given project role id.
| |||||||||||
This retreives a list of the currently logged in user's favourite fitlers.
| |||||||||||
Returns the fields for the given action.
| |||||||||||
Returns the fields for edit for the given issue key
| |||||||||||
Find the group with the specified name in JIRA.
| |||||||||||
Get an issue given its key
| |||||||||||
Returns the issue for the given issue id.
| |||||||||||
Returns the issue count for the filter denoted by this id.
| |||||||||||
Returns an array of all the issue types for all projects in JIRA.
| |||||||||||
Returns an array of all the (non-sub task) issue types for the specified project id.
| |||||||||||
Returns issues that match the saved filter specified by the filterId.
| |||||||||||
Execute a specified JQL query and return the resulting issues.
| |||||||||||
Returns issues containing searchTerms.
| |||||||||||
Returns issues containing searchTerms that are within the specified projects.
| |||||||||||
Returns notification schemes.
| |||||||||||
Returns the permission schemes.
| |||||||||||
Returns an array of all the issue statuses in JIRA.
| |||||||||||
Get a project given its key
| |||||||||||
Retrieves the current avatar for the given project.
| |||||||||||
Retrieves avatars for the given project.
| |||||||||||
Returns the Project with the matching id (if the user has permission to browse it).
| |||||||||||
Returns the Project with the matching key (if the user has permission to browse it).
| |||||||||||
Returns the project role by projectRoleId.
| |||||||||||
Returns the project role actors for the given project
| |||||||||||
Returns the project roles.
| |||||||||||
Returns the Project with the matching id (if the user has permission to browse it) with notification, issue security and permission schemes attached.
| |||||||||||
Returns an array of all the Projects defined in JIRA.
| |||||||||||
Finds an issue by key.
| |||||||||||
Returns information about a user defined to JIRA.
| |||||||||||
Given an issue id, this method returns the resolution date for this issue.
| |||||||||||
Given an issue key, this method returns the resolution date for this issue.
| |||||||||||
Returns an array of all the issue resolutions in JIRA.
| |||||||||||
Returns the current security level for given issue
| |||||||||||
Returns an array of all security levels for a given project.
| |||||||||||
Returns the security schemes.
| |||||||||||
Returns information about the server JIRA is running on including build number and base URL.
| |||||||||||
Returns an array of all the issue statuses in JIRA.
| |||||||||||
Returns an array of all the sub task issue types in JIRA.
| |||||||||||
Returns an array of all the sub task issue types for the specified project id.
| |||||||||||
Get a user given its username
| |||||||||||
Returns an array of all the versions for the specified project key.
| |||||||||||
Returns all worklogs for the given issue.
| |||||||||||
Determines if the user has the permission to add worklogs to the specified issue, that timetracking is enabled
in JIRA and that the specified issue is in an editable workflow state.
| |||||||||||
Determine whether the current user has the permission to delete the supplied worklog, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
| |||||||||||
Returns whether the current user has permissions to edit the comment denoted by the given id.
| |||||||||||
Determine whether the current user has the permission to update the supplied worklog, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
| |||||||||||
Checks if the given project role name is unique.
| |||||||||||
Log in using the given credentials, it returns the authentication token.
| |||||||||||
Cleans up an authentication token that was previously created with a call to login
| |||||||||||
This will progress an issue through a workflow.
| |||||||||||
Refreshs custom fields for the current user.
| |||||||||||
Releases the version denoted by the given name
| |||||||||||
Removes the given actors from the project role
| |||||||||||
Removes all role actors using the given name and type.
| |||||||||||
Removes all role actors for the given project key.
| |||||||||||
Removes the default actors from the project role denoted by this id.
| |||||||||||
Removes a user from the group name.
| |||||||||||
Creates a new custom avatar for the given project and sets it to be current for the project.
| |||||||||||
Sets the current avatar for the given project to that with the given id.
| |||||||||||
Update a component
| |||||||||||
Updates the given group name with the provided users.
| |||||||||||
This will update an issue with new values.
| |||||||||||
This will update the set of issues that result from the jql search
NOTE : You cannot update the 'status' field of the issues via this method.
| |||||||||||
Updates the project denoted by the given key.
| |||||||||||
Updates the project role with the given id.
| |||||||||||
Update a version
| |||||||||||
Modifies the worklog with the id of the given worklog, updating its fields to match the given worklog and sets
the remaining estimate field on the relevant issue to the given value.
| |||||||||||
Upload an attachment to the issue
| |||||||||||
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:jira="http://www.mulesoft.org/schema/mule/jira"
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/jira
http://www.mulesoft.org/schema/mule/jira/current/mule-jira.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This module is configured using the config element. This element must be placed outside of your flows and at the root of your Mule application. You can create as many configurations as you deem necessary as long as each carries its own name.
Each message processor, message source or transformer carries a config-ref attribute that allows the invoker to specify which configuration to use.
| Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Type | Name | Default Value | Description | Java Type | MIME Type | Encoding | Optional. Give a name to this configuration so it can be later referenced. | ||||
| false | Optional. if external custom fields names (instead of internal ids) are used when modifying custom fields, the provided user must be a Jira administrator in order to be able to use this feature | ||||||||||
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:
<jira: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 | ||||||||
| The JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | 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.
<jira:config>
<reconnect count="5" frequency="1000"/>
</jira: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.
Adds the given actors to the project role.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the project role to use | Long | */* | |||||||||
| The key of project to use | String | */* | UTF-8 | ||||||||
| Optional. The actor type to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The actors to add | List<String> |
An alternative mechanism for adding attachments to an issue. This method accepts the data of the attachments as Base64 encoded strings instead of byte arrays. This is to combat the XML message bloat created by Axis when SOAP-ifying byte arrays. For more information, please see JRA-11693.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue to attach to | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| An array of filenames; each element names an attachment to be uploaded | List<String> | ||
| An array of Base 64 encoded Strings; each element contains the data of the attachment to be uploaded | List<String> |
| Return Type | Description |
|---|---|
| boolean | true if attachments were successfully added; if the operation was not successful, an exception would be thrown |
Adds a new comment to the issue.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue | String | */* | UTF-8 | ||||||||
| The author of the comment | String | */* | UTF-8 | ||||||||
| The body of the comment | String | */* | UTF-8 | ||||||||
| Optional. The group level of the comment | String | */* | UTF-8 | ||||||||
| Optional. The role level of the comment | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteComment | Added comment |
Adds the default actors to the project role denoted by this id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the project role | Long | */* | |||||||||
| Optional. The type | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The actors to add | List<String> |
Add an effort to an issue's worklog
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. In which to add the effort | Issue | */* | ||||||||
| Uri of the author of the effort | String | */* | UTF-8 | ||||||||
| In which the effort should be created | DateTime | */* | |||||||||
| Spent | int | */* | |||||||||
| Optional. To add to the effort | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Void | nothing |
| Payload Class | Description |
|---|---|
| URISyntaxException | when the URI is not well formed |
Adds the permission to the given entity name (username or group name)
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name of the permission scheme to use | String | */* | UTF-8 | ||||||||
| The permission code to use | Long | */* | |||||||||
| The entity name, username or group name | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemotePermissionScheme | the modified permission scheme |
Adds a user to the given group name.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The group name | String | */* | UTF-8 | ||||||||
| The user name | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Adds a new version
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project key to use | String | */* | UTF-8 | ||||||||
| The version name to use | String | */* | UTF-8 | ||||||||
| Whether is archived | Boolean | */* | |||||||||
| Whether is released | Boolean | */* | |||||||||
| The release date to use in the format MM-dd-yyy'T'HH:mm:ss | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteVersion | the new version |
Adds a worklog to the given issue.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue. | String | */* | UTF-8 | ||||||||
| Specifies a time duration in JIRA duration format, representing the time spent working on the worklog, eg 1d 2h. | String | */* | UTF-8 | ||||||||
| The start date of the worklog using the format MM-dd-yyy'T'HH:mm:ss | String | */* | UTF-8 | ||||||||
| Optional. Add a comment to the worklog. | String | */* | UTF-8 | ||||||||
| Optional. The new group level. | String | */* | UTF-8 | ||||||||
| Optional. The new role level 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteWorklog | Created worklog with the id set or null if no worklog was created. |
Adds a worklog to the given issue but leaves the issue's remaining estimate field unchanged.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue. | String | */* | UTF-8 | ||||||||
| Specifies a time duration in JIRA duration format, representing the time spent working on the worklog, eg 1d 2h. | String | */* | UTF-8 | ||||||||
| The start date of the worklog using the format MM-dd-yyy'T'HH:mm:ss | String | */* | UTF-8 | ||||||||
| Optional. Add a comment to the worklog. | String | */* | UTF-8 | ||||||||
| Optional. The new group level. | String | */* | UTF-8 | ||||||||
| Optional. The new role level 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteWorklog | Created worklog with the id set or null if no worklog was created. |
Adds a worklog to the given issue and sets the issue's remaining estimate field to the given value.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue. | String | */* | UTF-8 | ||||||||
| Specifies a time duration in JIRA duration format, representing the time spent working on the worklog, eg 1d 2h. | String | */* | UTF-8 | ||||||||
| The start date of the worklog using the format MM-dd-yyy'T'HH:mm:ss | String | */* | UTF-8 | ||||||||
| Specifies the issue's remaining estimate as a duration string, eg 1d 2h. | String | */* | UTF-8 | ||||||||
| Optional. Add a comment to the worklog. | String | */* | UTF-8 | ||||||||
| Optional. The new group level. | String | */* | UTF-8 | ||||||||
| Optional. The new role level 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteWorklog | Created worklog with the id set or null if no worklog was created. |
Archieves the given version/
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project key to use | String | */* | UTF-8 | ||||||||
| The version name to use | String | */* | UTF-8 | ||||||||
| Whether it should be archived | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Create a component
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Of the project for which the Component should be created | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. To create | ComponentInput | */* | ||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Component | the created Component |
Creates a group with the given name optionally adding the given user to it.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name of the group to create. | String | */* | UTF-8 | ||||||||
| Optional. The user to add to the group (if null, no user will be added). | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteGroup | the RemoteGroup created |
Creates an issue.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The assignee of the new issue | String | */* | UTF-8 | ||||||||
| The summary of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The description of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The due date of the new issue using the format MM-dd-yyy'T'HH:mm:ss | String | */* | UTF-8 | ||||||||
| Optional. The environment of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The priority of the new issue | String | */* | UTF-8 | ||||||||
| The project of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The reporter of the new issue | String | */* | UTF-8 | ||||||||
| The type of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The votes of the new issue | Long | */* | |||||||||
| Optional. The component name | String | */* | UTF-8 | ||||||||
| Optional. The componentId | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. The custom fields of the new issue, the keys of the map are the field ids, the values should be separated by a "|" if it is multivalued | Map<String, String> |
| Return Type | Description |
|---|---|
| RemoteIssue | the new created issue |
Creates an issue.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. JIRA issue to be created | RemoteIssue | */* | ||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteIssue | the new created issue |
Creates a sub-task.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. JIRA issue to be created | RemoteIssue | */* | ||||||||
| JIRA issue to be created | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteIssue | the new created issue |
Creates an issue using the the security level denoted by the given id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The assignee of the new issue | String | */* | UTF-8 | ||||||||
| The summary of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The description of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The due date of the new issue using the format MM-dd-yyy'T'HH:mm:ss | String | */* | UTF-8 | ||||||||
| Optional. The environment of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The priority of the new issue | String | */* | UTF-8 | ||||||||
| The project of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The reporter of the new issue | String | */* | UTF-8 | ||||||||
| The type of the new issue | String | */* | UTF-8 | ||||||||
| Optional. The votes of the new issue | Long | */* | |||||||||
| The id of the security level to use | Long | */* | |||||||||
| Optional. The component name | String | */* | UTF-8 | ||||||||
| Optional. The componentId | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. The custom fields of the new issue, the keys of the map are the field ids, the values should be separated by a "|" if it is multivalued | Map<String, String> |
| Return Type | Description |
|---|---|
| RemoteIssue | the new created issue |
Creates a new permission schema using the given name and description.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name of the new permission scheme | String | */* | UTF-8 | ||||||||
| The description of the new permission scheme | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemotePermissionScheme | the created permission scheme |
Creates a new project
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key for the new project | String | */* | UTF-8 | ||||||||
| The name for the new project | String | */* | UTF-8 | ||||||||
| The description for the new project | String | */* | UTF-8 | ||||||||
| Optional. The url for the new project | String | */* | UTF-8 | ||||||||
| The lead of the new project | String | */* | UTF-8 | ||||||||
| Optional. The name of the permission scheme for the new project | String | */* | UTF-8 | ||||||||
| Optional. The name of the notification scheme for the new project | String | */* | UTF-8 | ||||||||
| Optional. The name of the security scheme for the new project | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProject | the new project |
Creates a new project role.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name of the new project role | String | */* | UTF-8 | ||||||||
| The description of the new project role | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProjectRole | the created project role |
Creates a new project.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. JIRA issue to be created | RemoteProject | */* | ||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProject | the new created project |
Creates a user in JIRA with the specified user details
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The user name to create | String | */* | UTF-8 | ||||||||
| The password for the new user | String | */* | UTF-8 | ||||||||
| The full name of the new user | String | */* | UTF-8 | ||||||||
| The email of the new user | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteUser | the newly created RemoteUser |
Create a version
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. To create | VersionInput | */* | ||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Version | the created Version |
Deletes the group denoted by the given group name.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The group name to use | String | */* | UTF-8 | ||||||||
| Optional. The swap group name to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes the issue with the given key
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue to delete | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Removes the permission to the given entity name (username or group name)
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name of the permission scheme to use | String | */* | UTF-8 | ||||||||
| The permission code to use | Long | */* | |||||||||
| The entity name, username or group name | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemotePermissionScheme | the modified permission scheme |
Deletes the permission scheme denoted by the given name
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name of the permission scheme to delete | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes the project represented by the given project key.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the project to delete | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes the given custom Avatar from the system. System avatars cannot be deleted. Project administration permission is required.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Id of the custom avatar to delete. | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes the project role denoted by the given project role id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the project role to delete | Long | */* | |||||||||
| Whether confirm | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes a user in JIRA with the specified username.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The user name to delete | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes the worklog with the given id and updates the remaining estimate field on the isssue by increasing it by the time spent amount on the worklog being deleted. The time spent field of the issue is reduced by the time spent amount on the worklog being deleted.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the worklog to delete. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes the worklog with the given id but leaves the remaining estimate field on the isssue unchanged. The time spent field of the issue is reduced by the time spent amount on the worklog being deleted.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the worklog to delete. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Deletes the worklog with the given id and sets the remaining estimate field on the isssue to the given value. The time spent field of the issue is reduced by the time spent amount on the worklog being deleted.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the worklog to delete. | String | */* | UTF-8 | ||||||||
| The new value for the issue's remaining estimate as a duration string, eg 1d 2h. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Edits the comment denoted by the given id
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the comment to edit | Long | */* | |||||||||
| Optional. The updated body comment | String | */* | UTF-8 | ||||||||
| Optional. The update author | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteComment | the edited comment |
Returns all the permissions.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | all the permissions |
Returns the associated notification schemes for the given project role.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project role to search | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the associated notification schemes for the given project role. |
Returns the associated permission schemas for the given project role.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project role to search | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the associated permission schemas for the given project role. |
Returns the attachments for the issue denoted by the given key.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue key to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the attachments for the issue denoted by the given key. |
Finds the available actions for the given issue key
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the available actions for the given issue key |
Finds a comment.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The commentId of the comment | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteComment | the RemoteComment |
Returns the comments for the issue denoted by the given key.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue to get the comments for | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the comments for the issue denoted by the given key. |
Returns an array of all the components for the specified project key.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the requested project | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteComponent objects |
Returns information about the current configuration of JIRA.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteConfiguration | a RemoteConfiguration object which contains information about the current configuration of JIRA. |
Returns the custom fields for the current user
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the custom fields for the current user |
Returns the default role actors for the given project role id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the project role | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteRoleActors | the default role actors for the given project role id. |
This retreives a list of the currently logged in user's favourite fitlers.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | a list of the currently logged in user's favourite fitlers. |
Returns the fields for the given action.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue key to use | String | */* | UTF-8 | ||||||||
| The action id to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the fields for the given action |
Returns the fields for edit for the given issue key
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue key to get the fields for | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the fields for edit |
Find the group with the specified name in JIRA.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name of the group to find | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteGroup | a RemoteGroup object for the found group or null if it cant be found. |
Get an issue given its key
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue to get | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Issue | the requested Issue |
Returns the issue for the given issue id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue id to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteIssue | the issue for the given issue id. |
Returns the issue count for the filter denoted by this id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The fiter id to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| long | the issue count for the filter denoted by this id. |
Returns an array of all the issue types for all projects in JIRA.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteIssueType objects |
Returns an array of all the (non-sub task) issue types for the specified project id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Id of the project | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteIssueType objects |
Returns issues that match the saved filter specified by the filterId. This method will return no more than the maxNumResults.
It will start the result set at the provided off set. This method also respects the jira.search.views.max.limit and jira.search.views.max.unlimited.group JIRA properties which will override the max number of results returned. If the jira.search.views.max.limit property is set and you are not in a group specified by jira.search.views.max.unlimited.group then the number of results returned will be constrained by the value of jira.search.views.max.limit if it is less than the specified maxNumResults.INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Identifies the saved filter to use for the search. | String | */* | UTF-8 | ||||||||
| The place in the result set to use as the first result returned | Integer | */* | |||||||||
| The maximum number of results that this method will return. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | issues matching the saved filter |
Execute a specified JQL query and return the resulting issues. This method also respects the jira.search.views.max.limit and jira.search.views.max.unlimited.group JIRA properties which will override the max number of results returned.
If the jira.search.views.max.limit property is set and you are not in a group specified by jira.search.views.max.unlimited.group then the number of results returned will be constrained by the value of jira.search.views.max.limit if it is less than the specified maxNumResults.INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| JQL query string to execute | String | */* | UTF-8 | ||||||||
| The maximum number of results that this method will return | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | issues matching the JQL query |
Returns issues containing searchTerms. Note: this is a fuzzy search, returned in order of 'relevance', so the results are only generally useful for human consumption.
This method will return no more than the maxNumResults. It will start the result set at the provided off set. This method also respects the jira.search.views.max.limit and jira.search.views.max.unlimited.group JIRA properties which will override the max number of results returned. If the jira.search.views.max.limit property is set and you are not in a group specified by jira.search.views.max.unlimited.group then the number of results returned will be constrained by the value of jira.search.views.max.limit if it is less than the specified maxNumResults.INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Search terms | String | */* | UTF-8 | ||||||||
| The place in the result set to use as the first result returned | Integer | */* | |||||||||
| The maximum number of results that this method will return. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | issues matching the search terms |
Returns issues containing searchTerms that are within the specified projects. Note: this is a fuzzy search, returned in order of 'relevance', so the results are only generally useful for human consumption.
This method will return no more than the maxNumResults. This method also respects the jira.search.views.max.limit and jira.search.views.max.unlimited.group JIRA properties which will override the max number of results returned. If the jira.search.views.max.limit property is set and you are not in a group specified by jira.search.views.max.unlimited.group then the number of results returned will be constrained by the value of jira.search.views.max.limit if it is less than the specified maxNumResults.INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Earch terms | String | */* | UTF-8 | ||||||||
| The maximum number of results that this method will return. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The project keys to use | List<String> |
| Return Type | Description |
|---|---|
| List<Object> | issues matching the search terms |
Returns notification schemes.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the notification schemes. |
Returns the permission schemes.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the permission schemes. |
Returns an array of all the issue statuses in JIRA.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteStatus objects |
Get a project given its key
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the project to get | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Project | the requested Project |
Retrieves the current avatar for the given project. Project browse permission is required.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key for the project. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteAvatar | the current avatar for the project. |
Retrieves avatars for the given project. If the includeSystemAvatars parameter is true, this will include both system (built-in) avatars as well as custom (user-supplied) avatars for that project, otherwise it will include only the custom avatars. Project browse permission is required.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key for the project. | String | */* | UTF-8 | ||||||||
| If false, only custom avatars will be included in the returned array. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the avatars for the project, possibly empty. |
Returns the Project with the matching id (if the user has permission to browse it).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the requested project | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProject | the RemoteProject object specified by the key, if it exists and the user has the BROWSE permission for it |
Returns the Project with the matching key (if the user has permission to browse it).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the requested projec | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProject | the RemoteProject object specified by the key, if it exists and the user has the BROWSE permission for it |
Returns the project role by projectRoleId.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The projectRoleId of the project role | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProjectRole | the project role by projectRoleId. |
Returns the project role actors for the given project
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project role id to use | Long | */* | |||||||||
| The project key to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProjectRoleActors | the project role actors for the given project |
Returns the project roles.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the project roles. |
Returns the Project with the matching id (if the user has permission to browse it) with notification, issue security and permission schemes attached.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the requested project | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProject | the RemoteProject object specified by the key, if it exists and the user has the BROWSE permission for it |
Returns an array of all the Projects defined in JIRA.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteProject objects. |
Finds an issue by key. This operation is deprecated, instead use @{link getIssue()}
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue to find. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteIssue | the issue matching the given key. |
Returns information about a user defined to JIRA. Deprecated by getUser(), which uses the REST API
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The user name to look up | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteUser | a RemoteUser or null if it cant be found |
Given an issue id, this method returns the resolution date for this issue. If the issue hasn't been resolved yet, this method will return null. If the no issue with the given id exists a RemoteException will be thrown.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the issue | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Calendar | The resolution date of the issue. May be null |
Given an issue key, this method returns the resolution date for this issue. If the issue hasn't been resolved yet, this method will return null.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Calendar | The resolution date of the issue. May be null |
Returns an array of all the issue resolutions in JIRA.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteResolution objects |
Returns the current security level for given issue
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue key | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteSecurityLevel | issue security level |
Returns an array of all security levels for a given project.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key for the project | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | array of RemoteSecurityLevels for the project |
Returns the security schemes.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | the security schemes. |
Returns information about the server JIRA is running on including build number and base URL.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteServerInfo | information about the server JIRA is running on including build number and base URL. |
Returns an array of all the issue statuses in JIRA.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteStatus objects |
Returns an array of all the sub task issue types in JIRA.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteIssueType objects |
Returns an array of all the sub task issue types for the specified project id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Id of the project | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteIssueType objects |
Get a user given its username
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Of the user to get | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| BasicUser | the requested User |
Returns an array of all the versions for the specified project key.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the requested project | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | an array of RemoteVersion objects |
Returns all worklogs for the given issue.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Object> | all the worklogs of the issue. |
Determines if the user has the permission to add worklogs to the specified issue, that timetracking is enabled in JIRA and that the specified issue is in an editable workflow state.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the issue. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the user has permission to create a worklog on the specified issue, false otherwise |
Determine whether the current user has the permission to delete the supplied worklog, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state. This method will return true if the user is a member of the worklog's group/role level (if specified) AND The user has the WORKLOG_DELETE_ALL permission; OR The user is the worklog author and has the WORKLOG_DELETE_OWN permission and false otherwise.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the worklog wishes to delete. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the user has permission to delete the supplied worklog, false otherwise |
Returns whether the current user has permissions to edit the comment denoted by the given id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The comment id to use | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | whether the current user has permissions to edit the comment denoted by the given id. |
Determine whether the current user has the permission to update the supplied worklog, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state. This method will return true if the user is a member of the worklog's group/role level (if specified) AND The user has the WORKLOG_EDIT_ALL permission; OR The user is the worklog author and has the WORKLOG_EDIT_OWN permission and false otherwise.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The ide of the worklog wishes to update. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the user has permission to update the supplied worklog, false otherwise |
Checks if the given project role name is unique.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project role name to check for uniqueness | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the given project role name is unique, false otherwise. |
Log in using the given credentials, it returns the authentication token.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The username to use | String | */* | UTF-8 | ||||||||
| The password to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the authentication token |
Cleans up an authentication token that was previously created with a call to login
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The token to invalidate | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the logout succeeded |
This will progress an issue through a workflow.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue to update. | String | */* | UTF-8 | ||||||||
| The workflow action to progress to | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. The fields to be updated, the key of the map is the field id and the value is a list of values for that field, the values should be separated by a "|" if it is multivalued | Map<String, String> |
| Return Type | Description |
|---|---|
| RemoteIssue | the updated RemoteIssue |
Refreshs custom fields for the current user.
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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Releases the version denoted by the given name
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project key to use | String | */* | UTF-8 | ||||||||
| The version name to release | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Removes the given actors from the project role
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the project role to use | Long | */* | |||||||||
| The key of project to use | String | */* | UTF-8 | ||||||||
| Optional. The actor type to use | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The actors to remove | List<String> |
Removes all role actors using the given name and type.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The name to delete | String | */* | UTF-8 | ||||||||
| The type to delete | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Removes all role actors for the given project key.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The project key for which to remove all role actors | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Removes the default actors from the project role denoted by this id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the project role | Long | */* | |||||||||
| Optional. The type | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The actors to remove | List<String> |
Removes a user from the group name.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The group name for which to remove the user | String | */* | UTF-8 | ||||||||
| The username to remove | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Creates a new custom avatar for the given project and sets it to be current for the project. The image data must be provided as base64 encoded data and should be 48 pixels square. If the image is larger, the top left 48 pixels are taken, if it is smaller it is upscaled to 48 pixels. The small version of the avatar image (16 pixels) is generated automatically. Project administration permission is required.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key for the project. | String | */* | UTF-8 | ||||||||
| The MIME type of the image provided, e.g. image/gif, image/jpeg, image/png. | String | */* | UTF-8 | ||||||||
| A base 64 encoded image, 48 pixels square. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Sets the current avatar for the given project to that with the given id. Project administration permission is required.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key for the project. | String | */* | UTF-8 | ||||||||
| The id of an existing avatar to use for the project or null for the default avatar. | Long | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Update a component
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Of the Component to update | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. With the updates to be applied | ComponentInput | */* | ||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Component | the updated Component |
| Payload Class | Description |
|---|---|
| URISyntaxException | when the URI is not well formed |
Updates the given group name with the provided users.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The group name to update | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The updated usernames | List<String> |
| Return Type | Description |
|---|---|
| RemoteGroup | the updated group |
This will update an issue with new values. NOTE : You cannot update the 'status' field of the issue via this method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue to update. | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The fields to be updated, the key of the map is the field id and the value is a list of values for that field, the values should be separated by a "|" if it is multivalued | Map<String, String> |
| Return Type | Description |
|---|---|
| RemoteIssue | the updated RemoteIssue |
This will update the set of issues that result from the jql search NOTE : You cannot update the 'status' field of the issues via this method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The jql to search the issues that will be updated if issueKey is not set. | String | */* | UTF-8 | ||||||||
| Optional. The number of issues you expect the jql search will find. If set, the update will only take place if the number of issues found is the same as this | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The fields to be updated, the key of the map is the field id and the value is a list of values for that field, the values should be separated by a "|" if it is multivalued | Map<String, String> |
| Return Type | Description |
|---|---|
| List<RemoteIssue> | A List with the updated RemoteIssues
|
Updates the project denoted by the given key.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The key of the project to update | String | */* | UTF-8 | ||||||||
| Optional. The new project name | String | */* | UTF-8 | ||||||||
| The new description | String | */* | UTF-8 | ||||||||
| Optional. The new url | String | */* | UTF-8 | ||||||||
| The new lead | String | */* | UTF-8 | ||||||||
| Optional. The new permission scheme name | String | */* | UTF-8 | ||||||||
| Optional. The new notification scheme name | String | */* | UTF-8 | ||||||||
| Optional. The new security scheme name | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| RemoteProject | the updated project |
Updates the project role with the given id.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the project role to update | Long | */* | |||||||||
| Optional. The new project role name | String | */* | UTF-8 | ||||||||
| Optional. The new project role description | 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Update a version
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Of the Version to update | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. With the updates to be applied | VersionInput | */* | ||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Version | the updated Version |
| Payload Class | Description |
|---|---|
| URISyntaxException | when the URI is not well formed |
Modifies the worklog with the id of the given worklog, updating its fields to match the given worklog and sets the remaining estimate field on the relevant issue to the given value. The time spent field of the issue is changed by subtracting the previous value of the worklog's time spent amount and adding the new value in the given worklog.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The issue key to use | String | */* | UTF-8 | ||||||||
| The worklog id to use | String | */* | UTF-8 | ||||||||
| The new value for the issue's remaining estimate as a duration string, eg 1d 2h. | String | */* | UTF-8 | ||||||||
| Optional. The new comment | String | */* | UTF-8 | ||||||||
| Optional. The new group level | String | */* | UTF-8 | ||||||||
| Optional. The new role level 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
Upload an attachment to the issue
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| #[payload] | Optional. In which to upload the attachment to | Issue | */* | ||||||||
| InputStream of the file's content | InputStream | */* | |||||||||
| 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 JIRA Server Soap address. It usually looks like https://<jira server hostname>/rpc/soap/jirasoapservice-v2 or http://<jira server hostname>/rpc/soap/jirasoapservice-v2 | String | */* | UTF-8 | ||||||||
| Optional. The JIRA REST API URI | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Void | nothing |