Automation with Git & Jira issue column

Dat Vu October 24, 2019

Hello

At the moment in our project we have few columns

  • To Do
  • In Progress
  • Waiting for code review
  • Waiting for QA
  • In QA
  • Ready for release
  • Waiting for deploy
  • Done

I really want integrate Jira & git with completely automation

  • Develop move issue from TO DO to In Progress and working on it
  • When they ( developer ) have completed their work they will send MR to Gitlab under branch PROJECT-ISSUEID
  • At this point Jira will move this issue from In Progress to Waiting for code review ( instead manual )
  • On Gitlab reviewer will check
  • If they DO NOT accept this MR ( or failed automation test ), Jira will move this issue back to TO DO with status "Reopened" ( It would be nice if also include comment from Git reviewer to issue comment )
  • If they ACCEPT this MR. Issue in Jira will move to Waiting for QA
  • At this point QA will pull this MR into their computer and QA
  • If DO NOT pass will do same thing: Move issue to TO DO with "Reopened"
  • If PASSED then move issue to Ready for release
  • And now our Team leader will merge issue into develop branch. Issue will be moved to Waiting for Deploy

 

Automation these steps are really nice for us instead manual.

In last step: Waiting for deploy ... At the moment i still have no idea how ( can ) automation. So maybe it will be manual . 

But please at least help me with above steps or any documentation.

 

Thank you,

Viet Vu

0 answers

Suggest an answer

Log in or Sign up to answer