I have a custom Process Template inherited from the Agile Process Template. By my count, there are 160 Fields available. I plan to directly use about 18 of them. I understand there are several more that are integrated into the system such that they must remain (e.g., Created Date). There are many that I can t imagine are necessary, and that I have no plans to use (e.g. Optional Attendee 1-8). I d like to completely remove visibility to all those unnecessary Fields so that I don t have to dig through them when making Queries or adding Fields to a Work Item Type s layout. It seems you can only deal with Fields at the all Processes level, and the ability to delete the system ones are all disabled. Is there some other way to mark fields as hidden for certain Process templates?
I have a React.js application which is building via vite. The package.json file is: { "name": "website", "private": true, "version": "0.0.0", &...