On jira I have an epic with multiple tasks. I created a branch on github that is linked to the epic where I will be completing all of my tasks. Within the branch I make a commit for each task. When I merge the branch with my dev branch I would like all of the tasks in jira to transition to testing from In progress. However, only the status of the epic (key used for the branch) is updated to testing.
Is there a way to get the status to change for all commits that are related to a jira issue under a branch when it is merged?
Having to create a new branch for each task would take more time than just updating the status for each one manually.