I am currently working on creating a workflow in JIRA that will help my team to better perform testing. Since, we are working on Web Development primarily, when it comes to testing I would like to have testing be done in IE 9, IE 10 and IE 11 before we can mark it as passed. I tried to do that through multiple transitions going into one status and one transition going out, and also tried adding a screen to allow the developer/tester checking which version of IE has been tested.
This is the workflow I currently have
Development started->Submitted to Code Review->Passed Code Review->
- If code does not include a UI Change it should display Pass Dev Testing and Failed Dev Testing
- If code included UI Change Passed Dev Testing should not be visible until all three browser testing have been checked
