Add closed reason urls to work item GraphQL types
Adds fields duplicated_to_work_item_url, moved_to_work_item_url and promoted_to_epic_url to work item GraphQL type. Changelog: other
显示
- app/graphql/types/work_item_type.rb 9 个添加, 4 个删除app/graphql/types/work_item_type.rb
- app/presenters/work_item_presenter.rb 24 个添加, 1 个删除app/presenters/work_item_presenter.rb
- doc/api/graphql/reference/index.md 3 个添加, 0 个删除doc/api/graphql/reference/index.md
- ee/app/graphql/ee/types/work_item_type.rb 14 个添加, 0 个删除ee/app/graphql/ee/types/work_item_type.rb
- ee/app/presenters/ee/work_item_presenter.rb 14 个添加, 0 个删除ee/app/presenters/ee/work_item_presenter.rb
- ee/spec/graphql/types/work_item_type_spec.rb 9 个添加, 0 个删除ee/spec/graphql/types/work_item_type_spec.rb
- ee/spec/presenters/ee/work_item_presenter_spec.rb 63 个添加, 0 个删除ee/spec/presenters/ee/work_item_presenter_spec.rb
- spec/graphql/types/work_item_type_spec.rb 3 个添加, 1 个删除spec/graphql/types/work_item_type_spec.rb
- spec/presenters/work_item_presenter_spec.rb 66 个添加, 4 个删除spec/presenters/work_item_presenter_spec.rb
加载中
想要评论请 注册 或 登录