File Jira from form
{note}Make sure you're on the "Create Issue" page in Jira before running{endnote}
Summary: {formtext: name=summary}
Priority: {formmenu: name=priority; default=Medium; High; Critical; Low}
Description: {formparagraph: name=desc}
{note}This will use Autopilot to fill Jira. Keep browser tab active.{endnote}
{formtoggle: name=run_autopilot; default=no} Run Autopilot?
{if: run_autopilot = yes}
{key: tab}{wait:.3s}
{=summary}{key: tab}{wait:.3s}
{=desc}{key: tab}{wait:.3s}
{=priority}{key: enter}
{else}
Copy/paste mode: Summary and desc above are ready for manual entry.
{endif}