Hello,
We need to know if it's possible to add query parameters in the URL of a dynamic form, so the form is already filled, (If the customfield exists)
Put the URL and in the URL add the custom fielf with value.
For exemple:
URL original: https://myweb.atlassian.net/servicedesk/customer/portal/2/create/425
What we want: https://myweb.atlassian.net/servicedesk/customer/portal/2/create/425?customfield_10480="test@test.com"
Hi @Eduard Diez that's possible with the "native" request form, just the way you describe it, it works fine with "description" or "summary" fields, I did not check with others though.
But this will not work with the "Forms" type fields as their value is stored in the "value" attribute of the HTML object and not its body, which is unaccessible without Javascript.
Best.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.