Setup Jira Issues version when using Gitflow

Julio Garcés Teuber September 1, 2019

Hi There

We start using Gitflow model for development and branch per issue

The problem we found is how to set up the version in Jira issues once we start the release in Bitbucket without errors.

Let's says we have 10 issues branches already done and merged to develop and decide to start a release/2.0.0 branch: How can we correctly identify these 10 issues to set the version number to 2.0.0 in Jira?

Maybe there is another approach to handle it?

Thank you in advance,
Julio.

References:
https://www.atlassian.com/continuous-delivery/principles/workflows-with-feature-branching-and-gitflow
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow

 

1 answer

0 votes
hayala March 3, 2020

Sorry for the necro, but I figured it's better to have a late answer than no answer at all.
What we are doing in our project is to plan ahead what features will be included in release 2.0.0, so we manually fill in the Fix Version field in Jira since before the devs start working on the issue.
This further allows us to review the overall progress in meeting the release due date, under the Project Releases screen in Jira.

Suggest an answer

Log in or Sign up to answer