Hi everyone,
I need some information. I have a State field of type Select List (single choice) that contains several values.
This field — and its values — is used in automations, filters, and appears on various screens across multiple projects.
I need to rename one of the values from StateIn to StateStart, and I would like to understand whether this change is automatically applied everywhere the value is used, or if I will need to update all references manually.
Additionally, is there a way to extract a list of the automations, filters, or configurations where this field (or one of its values) is being used?
Finally, what would you recommend doing in these situations to avoid any unexpected impact or issues?
Thanks
Just tested some of this out in my sandbox,
If you edit the value, what I observed was that the value on the work items updated to the new value but in automations the filter conditions using the old value did not update to the new value. For filters it also did not update and will actually throw an error saying the value does not exist.
As far as I know I'm not really sure if there is a way to extract a list to determine the impact. Sometimes instead of updating a value I will only deactivate it and add the new value separately and update any automations or filters that may depend on it, this way I believe filters that are missed with the old value will not break but with this when reporting you'll have to deal with two different values that may need to be combined in your queries.
Hi Franco,
From my experience, changing a field name can break multiple components and often requires manual fixes. Some of the issues I’ve encountered include:
Automation rules : Various automation actions such as Edit issue or Field value changed triggers may break if they reference the old field name, and they will appear as if the field has been deleted.
Filters : Any filters using the field in JQL will fail and must be manually updated.
Workflows : These may also be affected, based on what I’ve seen in past changes.
There are likely additional areas where the field might be referenced such as permissions, issue security schemes, and dashboards though I haven’t tested these thoroughly.
As far as I know, there’s currently no tool that provides a detailed map of field usage. It may require custom scripting to gather that information. I really hope the Atlassian Analytics team will eventually expose more data in the product, as that would make it much easier to visualise where fields are used and how they’re configured.
Appreciate if you can share your experiences.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.