Control type: checkboxes fields in issue forms via URL params
#32200
Unanswered
leonhma
asked this question in
Projects and Issues
Replies: 1 comment
-
|
Is this somehow possible today? I couldn't find a way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using issue forms in combination with query parameters in order to prefill some fields (you can use the ids of the fields as keys) to link users from my application directly to a prefilled bug report with error logs, latest-version-check, ... The only thing that I am not able to control is the
type: checkboxesfield. There is also no documentation on this. I know issue forms is in beta, but if this works with regular fields it has to work with checkboxes too, right? Does anyone know how I set the state of the checkboxes via a query param? I have triedcheckboxes=(true,true),[true, true],true, true,[1,1]and it didn't work so far.Beta Was this translation helpful? Give feedback.
All reactions