I’d like to use task form that allows to set task attributes from query params.
For example:
http://task-form.com/?priority=low // uses priority “low” for attribute
http://task-form.com/?assigned=@tommylee // by default sets assignee to @tommylee
I know I can create multiple task forms but my issue is that I would end up with hundreds of such forms to set just one attribute.
I couldn’t find that feature in docs. Are there any plans to introduce it?