Hi there,
I’m transitioning from Jira Server to Cloud and am in the process of reconfiguring my settings.
I have a scripted field that calculates the number of days since the last transition. The field updates correctly when I view an issue, changing from null to the accurate number of days.
However, I’m encountering issues with initializing this field for existing issues in bulk.
I tried the following methods:
- Bulk Edit Directly on the Scripted Field:
- I attempted to bulk edit the scripted field values by setting them to -1 or 0.
- Result: The field is updated to -1 (or 0), but the scripted calculation is not triggered. When I view the issue, the field correctly updates to the computed value.
- Bulk Edit Another Field:
- I tried editing a different ■■■■■ field.
- Result: The issue persists; the scripted field does not compute unless I manually view the issue page.
It seems that the bulk edit operations do not trigger the computation of the scripted field. Could you provide guidance on how to ensure that the scripted field values are properly initialized and computed for existing issues?
Thank you for your assistance