Add the ability to edit the default JIRA ticket text
After clicking 'Fail & Issue', a JIRA ticket is created with the 'Summary' field populated automatically with "Bug reported from test: " followed by the test name. This can make the name unnecessarily long or potentially not follow existing naming conventions for a particular JIRA project. It would be nice to set a custom value for this pre-populated text, instead of editing it manually each time. For example, I use "PT Report: " as an abbreviated version. A company might want an even shorter code.
It might also be a handy feature to choose to put this text at the end of the string. Perhaps a checkbox next to the new custom text box location for this feature would suffice. This would allow for names like "{test name} (PractiTest)" in order to keep the project relevant portion of the title in the front of each JIRA issue ticket.
-
Vsevolod Strigunov commented
The best idea is to give user set of simple configuration fields, where he can define own desired format, and prepopulate it with pre-set config, like this:
Naming of issues: "[PT bug] %stepnumber%: %steptitle%"
Truncate issue name to [~input, default=50~] symbols;
Issue description: %previousStepsDescriptions %currentStepDescription %currentStepExpectedResults %currentStepActualResults
Truncate issue description if it is longer than 1000 symbols: (~radiobutton~) Cut off end (~radiobutton selected~) Cut off start