Project

General

Profile

Actions

Improvement #1112

closed

Clear some fields during issue sync

Added by liaham almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Compatible Redmine Version:

Description

Provide a global configuration option whether to clear:

  • done_ratio
  • status
  • assigned_to
  • due_date
  • start_date

Related issues 1 (0 open1 closed)

Related to xmera Omnia - Improvement #1110: Clear some fields during issue syncClosedliaham

Actions
Actions #1

Updated by liaham almost 3 years ago

Actions #2

Updated by liaham over 2 years ago

  • Target version changed from unreleased to 0.1.7
Actions #3

Updated by liaham over 2 years ago

  • Status changed from New to In Progress

Issue#copy_from has some options to be used:

  • keep_status:
  • attachments:
  • watchers:

This is what is not copied anyway:

    "id", "root_id", "parent_id", "lft", "rgt",
    "created_on", "updated_on", "status_id", "closed_on"

Something like that does not take effect:

    new_issue.copy_from(issue, :subtasks => false, :link => false)
Actions #4

Updated by liaham over 2 years ago

  • Description updated (diff)
Actions #5

Updated by liaham over 2 years ago

  • Status changed from In Progress to Closed
  • Assignee set to liaham
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF