I have added the default values in the issue collector form like below:
fieldValues : {
description : 'Enter your description of request or inquiry',
components: ['11245'],
priority: '10002'
}
And it works when I use Chrome but not Edge. Since our target audience in our organization can use either one browser, how to make it work for Edge too? Thank you!