while modelling a Jira Statusmodel for one of my Issues i need to model a transision which goes from all to a particular Status. But I dont want a loop there, as in the same Status need not go that Status. How do i remove just this loop transision?
eg. Lets say I have Status 'A', 'B', 'C', 'D'
and i have an Option, from all Status you can go to 'A'. But i dont want A -> A. How do i remove this? or any other idea how i can model this? The transition name has to be the same for all B-> A, c->A, D->A