How do I batch-select display fields in JIRA?

I’m configuring a new JIRA project and need a bulk option to toggle fields for display. Is there a feature that lets me select or deselect multiple fields at once?

hey im not aware of a native bulk toggle in jira. u might need to check out marketplce add-ons or use some script based workaround. i wish there was a more straightforwrd option tho.

In my experience, there is no inherent feature in JIRA that allows you to batch-select display fields for toggling settings. I encountered a similar challenge and resorted to using a third-party add-on, which allowed me to script the process to some extent. Although it required a preliminary period of configuration and testing, the solution eventually sped up project setup tasks significantly. It might be worthwhile to also explore additional plugins or consult documentation for recent updates that could have integrated such functionality into the platform.

In my personal experience, JIRA does not offer a built-in method for batch-selecting display fields. I faced a similar issue while trying to set up a new project dashboard quickly. After some research, I chose to rely on a combination of JIRA’s REST API and custom scripting to achieve a bulk update of field settings. This approach required a bit of setup and testing but ultimately streamlined the process for managing multiple projects. While it may not be ideal for all users, it serves as a practical workaround in the absence of a native bulk toggle feature.