i am working on workflow for my project i add status and transition correctly bu i am not able to move my issues to TO DO to IN PROGRESS and anywhere
from the WF it does show you have Open to IP and IP to Done. If you are trying to move an issue from say Open to IP and it is failing then the next place to look is the conditions. Can you please check the Conditions on the "OpenToInProgress" transition?
Editorial:
BTW, you might consider simplifying the WF where you simply have an "All" transition to each of the three statuses unless you indeed need some special conditions/post functions/validations for different transitions.
Your transition names are rather cryptic as well IMO. I generally use 'action' words for transition, e.g. "Start Progress" instead of OpenToInProgress, "Complete" instead of InProgressToDone, "Reopen" instead of DoneToInprogress. The reason for this is that the transitions are the buttons that users click to transition which generally reflects the action.
It sounds like you didn't add the status or transitions correctly. We need a screenshot or more information to help.
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.