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
5656
5757 acts_as_mentionable :attributes => [ 'description' ]
5858
59- DONE_RATIO_OPTIONS = %w( issue_field issue_status )
59+ DONE_RATIO_OPTIONS = %w( issue_field issue_status issue_field_and_closed_status )
6060
6161 attr_reader :transition_warning
6262 attr_writer :deleted_attachment_ids
Original file line number Diff line number Diff line change 476476 setting_issue_done_ratio : Calculate the issue done ratio with
477477 setting_issue_done_ratio_issue_field : Use the issue field
478478 setting_issue_done_ratio_issue_status : Use the issue status
479+ setting_issue_done_ratio_issue_field_and_closed_status : Use the issue field and closed status
479480 setting_start_of_week : Start calendars on
480481 setting_rest_api_enabled : Enable REST web service
481482 setting_cache_formatted_text : Cache formatted text
You can’t perform that action at this time.
0 commit comments