-
Suggestion
-
Resolution: Unresolved
-
None
As in this guide for Jira Cloud Automation
Capturing Added and Removed Values from Multi Picker Field in Jira Cloud Automation Rules. We also would like to have identical features in Jira DC.
Please add these two smart-values to Jira Data Center as well:
- To get the new values added, use the following smart value:
{{addedFieldChange.values}} - Returns the new value/values added.
- To get the values deleted/removed, use the following smart value:
{{deletedFieldChange.values}} - Returns the value/values deleted.
- links to
[JIRAAUTOSERVER-963] Capturing Added and Removed Values from Multi Picker Field in Jira Data Center Automation Rules
Labels | New: ril |
Remote Link | New: This issue links to "Internal ticket (Web Link)" [ 979294 ] |
Attachment | New: Screenshot 2023-11-21 at 6.41.16 PM.png [ 448514 ] |
Description |
Original:
As in this guide for Jira Cloud Automations
[Capturing Added and Removed Values from Multi Picker Field in Jira Cloud Automation Rules | Automation for Jira Data Center and Server | Atlassian Documentation|https://confluence.atlassian.com/automationkb/capturing-added-and-removed-values-from-multi-picker-field-in-jira-cloud-automation-rules-1252330496.html] we also would like to have in Jira DC Automations. Please add these two smart-values to Jira Data Center as well: # To get the new values added, use the following smart value: {{addedFieldChange.values}} - Returns the new value/values added. # To get the values deleted/removed, use the following smart value: {{deletedFieldChange.values}} - Returns the value/values deleted. |
New:
As in this guide for Jira Cloud Automation
[Capturing Added and Removed Values from Multi Picker Field in Jira Cloud Automation Rules|https://confluence.atlassian.com/automationkb/capturing-added-and-removed-values-from-multi-picker-field-in-jira-cloud-automation-rules-1252330496.html]. We also would like to have identical features in Jira DC. Please add these two smart-values to Jira Data Center as well: # To get the new values added, use the following smart value: {code}{{addedFieldChange.values}} - Returns the new value/values added.{code} # To get the values deleted/removed, use the following smart value: {code}{{deletedFieldChange.values}} - Returns the value/values deleted.{code} |