File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Issue < ActiveRecord::Base
56
56
57
57
acts_as_mentionable :attributes => [ 'description' ]
58
58
59
- DONE_RATIO_OPTIONS = %w( issue_field issue_status )
59
+ DONE_RATIO_OPTIONS = %w( issue_field issue_status issue_field_and_closed_status )
60
60
61
61
attr_reader :transition_warning
62
62
attr_writer :deleted_attachment_ids
Original file line number Diff line number Diff line change 472
472
setting_issue_done_ratio : Calculate the issue done ratio with
473
473
setting_issue_done_ratio_issue_field : Use the issue field
474
474
setting_issue_done_ratio_issue_status : Use the issue status
475
+ setting_issue_done_ratio_issue_field_and_closed_status : Use the issue field and closed status
475
476
setting_start_of_week : Start calendars on
476
477
setting_rest_api_enabled : Enable REST web service
477
478
setting_cache_formatted_text : Cache formatted text
You can’t perform that action at this time.
0 commit comments