Hi Everyone,
I have 3 statuses where my tickets moved i.e. In Progress, Code Review, Testing
If work on some ticket is done then I want the ticket to move only to Code Review status. Since this is the first time ticket is moving from In Progress so the only status it should move to is Code Review.
Now, If the ticket is in Code Review, Review is done and ticket moves back to To-Do then the next time I want the ticket to be moved to either Code Review or Testing depends on the developer.
But it should be mandatory the first time.
Looking Forward.
Hi Hizkeel,
Why are you moving the ticket backwards? That is not standard Agile practice.
If the senior developer have recommended some improvements when code is reviewed then ticket moved back to To-Do and then In Progress so that improvement points can be handled. @John Funk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Again, that's not standard. That sounds like it is either new work and a new issues should be created to track it. Or it's a bug/defect and should stay in this status until fixed (or another issue created to deal with the bug).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hell @Hizkeel Khan
the easiest solution I can think of is creating a custom field (for example "IsCodeReviewed") and set it's value (for example "True") in transition post function when the ticket goes from "In Progress" to "Code Review".
Then on transition to Testing, add condition to show this transition only if "IsCodeReviewed" custom field has a value (which will be true only if the ticket goes from "In Progress" to "Code review" first).
Then the next time the ticket goes from TO DO state, the transition to "Testing" will be available because the custom field will have value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.