5 # Starting feature branch "3667_Sending_mail_fails_when_relaying_using_non-fully-qualified_hostname"
10 [ $issue -gt 0 ] || exit 1
13 subject=`wget -q https://leap.se/code/issues/${issue}.json -O -| json_pp | grep '"subject"' | cut -d '"' -f 4 | sed "s/[][!@\'#\$\/%^&,\*() :]/_/g" | cut -c -30`
15 [ $subject ] || exit 1
17 feature_default="${issue}_$subject"
18 #echo "Starting feature branch \"$feature\""
19 read -e -p "Enter feature branch name:" -i "$feature_default" feature
21 git flow feature start $feature