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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,288
Community Members
 
Community Events
184
Community Groups

In Finish Feature not able to select any featurename

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

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

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!

Hello Mike Corsaro,

Thank you for your replay.

Received below message from the terminal.

step4.jpg

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