Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

In Finish Feature not able to select any featurename

mahavirsinh_darbar May 15, 2019

Hello,

I am facing a strange issue where I couldn't able to finish a feature.

Step 1: When I click on finish feature.

Step1.jpg

Step 2: I am not able to select any feature name. Try all combination regarding checkbox but none works. Also, OK button is disabled.

step2.jpg

More Information :

Initially, I am not able to create the feature as well. Also, if I am on develop branch & click on gitflow than it's directly displayed finish feature option.

step3.jpg

Have created a new feature using Other action.

Version: 3.1.3

Windows OS version: 10

 

Thank you for help in advance.

2 answers

2 accepted

2 votes
Answer accepted
dsveinot May 17, 2019

I have found starting inv3.1.2 when you initialize git flow the .git/config file does not update correctly
values for [gitflow "prefix"] section show as follow
[gitflow "prefix"]
     feature =
     bugfix =
     release =
     hotfix =
     support =
     versiontag =
[gitflow "path"]

 

If you correct as show below
[gitflow "prefix"]
      feature =feature/
      bugfix =
      release =release/
      hotfix =hotfix/
      support =
      versiontag =
[gitflow "path"]

process will function correctly

mahavirsinh_darbar May 20, 2019

Thank you for your help. It's worked.

0 votes
Answer accepted
Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 15, 2019

Hello! Could you report back with the following:

  • Switch back to the feature branch
  • Click the "Terminal" button
  • Run the command: git flow feature list
  • Reply with the resulting message

Thanks!

mahavirsinh_darbar May 15, 2019

Hello Mike Corsaro,

Thank you for your replay.

Received below message from the terminal.

step4.jpg

mahavirsinh_darbar May 17, 2019

Hello @Mike Corsaro 

Could you please let me know the next steps to resolve the issue?

Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 17, 2019

Looks like git-flow didn't initialize correctly -- the answer below should help you out (the config file is under YourRepo/.git/config).

Find:

feature =

and make it:

feature = feature/
Like mahavirsinh_darbar likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events