Make use of the response object to store the ticket id for each user in the output file. This could be used in future enhancements of step_two to automatically handle tickets.
In order to do so, I've moved the csv file output under step_one rather than in the main command. I've also added a open-tickets flag to make sure to only open tickets when we really want (not while testing things).
Make use of the response object to store the ticket id for each user in the output file. This could be used in future enhancements of step_two to automatically handle tickets.
In order to do so, I've moved the csv file output under step_one rather than in the main command. I've also added a
open-ticketsflag to make sure to only open tickets when we really want (not while testing things).Signed-off-by: Mattia Verga mattia.verga@proton.me