Skip to content

Commit

Permalink
point story alias at CAKE tracker
Browse files Browse the repository at this point in the history
Authored-by: Connor Braa <[email protected]>
  • Loading branch information
cwlbraa committed Oct 7, 2020
1 parent 0e9cbc6 commit 90934a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/story
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ get_stories() {
"https://www.pivotaltracker.com/services/v5/projects/$project_id/stories?with_state=started" | tr '**' ' ')"
echo $story_json | tr '\n' ' ' | jq '.[] | "#\(.id) \(.name)"'
echo "No story"

}

story_selector() {
Expand All @@ -23,7 +22,7 @@ story_selector() {
}

story() {
project_id=966314;
project_id=2468497;

story_selection="$(story_selector)"
story_id="$(echo "$story_selection" | awk '{print $1;}' | sed s/\"//)"
Expand All @@ -43,4 +42,4 @@ story() {
git author $(git config git-together.active | sed -e 's/+/ /g')
}

story
story

0 comments on commit 90934a1

Please sign in to comment.