The Update fields post function automatically updates a single or multiple issue fields on one or multiple target issues.
Additional field values can be inherited or manually set using the JWT expression editor.
Configuration
Use cases and examples
Use case | JWT feature | Workflow function | Parser functions | Use case description | Complexity |
---|---|---|---|---|---|
Add a sub-task's summary and key to the description of its parent | Update fields | When a sub-task is created, its summary, issue key and date, and time of creation will be added to the description of the parent issue. | BEGINNER | ||
Add three days skipping weekends automatically to a Date Picker | Add three days to a Date Picker field from the current date. | BEGINNER | |||
Add watchers from another field | |||||
Assign an issue to the project lead, if the issue is unassigned on creation | Update fields | When an issue is created without an assignee selected, the issue will be assigned to the project lead of the project. | BEGINNER | ||
Assign an issue to the user who last commented on it | Update fields | Assign the issue to the user who last commented on the issue. | BEGINNER | ||
Assign important issues to the project lead | Update fields | Automatically assign and issue to the project lead. Issues will only be re-assigned if the priority of the issue is set to Highest to make sure that only important issues are being escalated. | BEGINNER | ||
Automatically add incident reporters to problem tickets | In our Jira Service Management project, we want to automatically add the reporter of an incident to the corresponding problem ticket. | BEGINNER | |||
Copy field values from epic to issues under it after creation | Update fields Transition issue | Copy the values of the fields defined in the Update fields post-function to the issues under the epic after their creation. | BEGINNER | ||
Copy labels of a sub-task to the parent issue upon closing | Update fields | When a sub-task is closed, the labels of the sub-task will be added to the Labels field of the parent issue. | BEGINNER | ||
Keep parent's priority in sync | Update fields | Set the priority of the parent issue to the priority of the current issue. | BEGINNER | ||
Obtain the difference between two dates | Update a number field with the difference in days between two dates obtained from two Date Picker fields. | BEGINNER | |||
Set a date field to a future date | Update fields | dateTimeToString() | Set any date field of an issue to a future date. | BEGINNER | |
Set a date field to the current date | Update fields | dateTimeToString() | Set a Date Time Picker field to the current date | BEGINNER | |
Set Fix version to Affects version when resolving an issue | Update fields | When an issue is resolved and the resolution set to "Done" the Affects version/s will be added to the Fix version/s field. | INTERMEDIATE | ||
Set the Assignee based on the Issue type | Update fields | getMatchingValue() | |||
Set the due date based on the priority | Update fields | getMatchingValue() | |||
Set the priority to Highest if the 'Infrastructure' component is selected | Update fields | When an issue is created with the "Infrastructure" component selected, the priority will be set to "Highest". | BEGINNER |
If you still have questions, feel free to refer to our support team.