Welcome to the Jazz Community Forum
Setting the windows preference of EWM client to a default value

Hello there,
I'm trying to update the preference "Windows-> Preferences-> Version Control (Team)-> Jazz Source Control-> Changes"
I need to set default preference for "Flow targets" to "Show All (Advanced)"
See attached image

Could you please suggest where can I find the "prefs" file for this and what's the "value" I should alter?
Thanks,
Madhu
One answer

EWM is Eclipse based and as you can find in the internet it stores such data in the workspace folder in the subfolder .metadata.plugins\org.eclipse.core.runtime.settings . The setting you ask about is in the file com.ibm.team.filesystem.rcp.core.prefs
show_all_flow_targets=true
There is, as far as I am aware no built in mechanism to change the default globally. You can zip and unzip a workspace and this way carry the settings into another workspace.