Hi,
When creating a Help Center ticket, it is possible to prefill some parts of the form by using the query string. This link opens a page with filled summary and description fields:
On our form, we have a custom field with a dropdown menu. In the HTML for the page, it has the source
<input class="Input__InputElement-sc-1o6bj35-0 bfCuIo" id="customfield_10861" name="customfield_10861" spellcheck="true" type="text" value="">
Is it possible to prefill the form for this value? I have tried adding ?customfield_10861=value1 to the URL, but it does not work.
Maybe it's a shot in the dark, but shouldn't customfield_10861 occurrences be smart values something like this {{issue.customfield_10861.htmlEncode}}?
You can try changing the default value in Jira:
Settings -> Issues. Then go to Fields and click on Custom Fields. Find your custom field and click include -> Configure and use the "edit default value" button.
Cheers,
Patrik
I want this to be dynamically selected based on the URL. The default value is not always the correct one for every user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.