Increase value of field
Increases the value of a numerical field by one
Set field value from user property value
Sets the value of a selected field of the current issue to the value of a User Property of the current user.
Set field value
Sets the value(s) of a selected field of the current issue. The value can be either a constant or the result of the evaluation of a Groovy expression or the result of a Groovy template.
Create/clone issue(s)
Creates a new issue. The specifications of the issue to be created can be customized using the options provided or by specifying a dynamic (calculated) issue type.
Copy field value to parent
Copies the value(s) of a field into the same field of the issue's parent issue.
Add field value to parent
Adds the value(s) of a multi-valued field (such as Fix version(s)) into the same field of the issue's parent issue or from an Epic to its Stories (or vice-versa).
Copy field value from parent
Sets a field value to the value(s) of the same field of the issue's parent issue.
Copy field value to linked issues
Copies the value(s) of a field into the same field of all issues linked to it through a specified link type. You can also use this function to copy a field from an issue to its sub-tasks, from an Epic to its Stories, etc.
Copy value from field to field
Copies the value(s) of a selected field to another field of the same issue.
Clear field value
Clears the value of one or more fields of the current issue.
Clear field value of linked issues
Clears the value of one or more fields on issues linked to the current issue.
Copy field value from linked issues
Sets a field value to the value(s) of the same field of an issue linked to it through a specified link type.
Set field value of linked issues
Sets the value(s) of a field on all issues linked to the current issue through a specified link type. The new value can be either a constant or the result of the evaluation of an arbitrary Groovy script. You can use this function to set the value of a field on the Epic of an issue, or on all issues of an Epic. You can also use this function to set a field of all sub-tasks.
Set issue security from user role
Sets the issue security level based on the Project Role to which the current user belongs.
This function can be used on the Create transition to set a different issue security level depending on whether the issue is being created by an internal user or by an external user (e.g. a customer)
Scripted (Groovy) operation on issue
Executes an arbitrary Groovy script against the current issue.
Link issues to the current issue
Links the current issue to all issues that satisfy a parameterized JQL query.
Unlink issues from the current issue
Unlinks issues from the current issue based on the result of a Groovy condition.
Set issue, user or project Entity Property value
Sets Jira "entity properties" on issues, projects, or users.