Hello!
I've created an automation so when I move a EPIC to "Cancelled", all of the issues linked to that epic will also be set as cancelled
That said, I want a to create a Pop-up screen for when I try to move the epic to cancelled it says "Do you really want to do that? It will also cancel all of the issues linked to that epic" and the user has to choose a "Yes/no" box or something like that to confirm that action or cancel it (if it was not rightly chosen)
Can anyone help me what's the best way of doing so? If it's possible
Hi @Paulo Vinicius de Oliveira ,
You could achieve this with a transition screen and a custom field that has a validator configured to ensure the user selects a value. (Either enforcing value == 'Yes' or just enforcing that value is not null if there is only one choice in the field.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.