I would like to prefill the Description field on a ticket with placeholders for required information such as the following:
Steps to reproduce
<provide clear steps that will allow our engineers to reproduce your issue>
Expected results
<describe what output were you expecting to see>
Actual results
<describe what output you want to see>
I’ll start digging around in the FD App SDK but I’m wondering if anyone has done similar and had some suggestions.
I see ticket_property_hider which uses ticket_background app location and looks like a good starting point.
Here are some of things I’d like to do:
- have headings as shown above that appear and get submitted with the ticket
- have placeholder text as shown above that appear below each heading that explain what should to there but it disappears as soon as they start typing in that section
- warn user if they have not added text to any of the sections
I guess alternatively I could have 3 separate new ticket fields (Repro Steps, Expected Results and Actual Results) but multiline text fields do not support formatted text, inserting images, etc. so its not as ideal for getting good data entry (i.e. repro steps should really include screenshots). The Description field is ideal for allowing users to enter formatted text and images.
This seems like it would be a common need. Does anyone have any apps they wrote they are willing to share?