Skip to content

Commit ce6a659

Browse files
committed
Added a reset_ticgit to the list command as well so new tickets and states etc appear
1 parent 1ab0b8d commit ce6a659

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ticgit/base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def ticket_comment(comment, ticket_id = nil)
8181

8282
# returns array of Tickets
8383
def ticket_list(options = {})
84+
reset_ticgit
8485
ts = []
8586
@last_tickets = []
8687
@config['list_options'] ||= {}

0 commit comments

Comments
 (0)