is it possible to delete an issue while transitioning?
any postfunction or script postfunction?
but i'm not really into groovy
That would be rather ugly, and I suspect it will fail (even if it doesn't, it'll throw a lot of errors as JIRA tries to do things with stuff you've just killed off)
I would move it to a listener - look for the event your transition fires and have the listener perform the delete after the transition has finished.
(Oh, and don't delete issues as a general rule, as you always end up with a user saying "I didn't mean it" and having to go find the backup tapes it might still be on. Or a bulky fine from a regulator for deliberately deleting audit data)
then i would need a jql included in the script, which gives me the issues that have to be deleted
could you give a example for a script like this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.