Vote #78828
完了Allow setting "Parent issue" attribute in emails
0%
説明
+Feature+: Set the "Parent task" of an issue generated via email to redmine.
+Context+: I am able to set project, tracker, priority, status, element, and estimated time fields but not "Parent task" by using colon-separated fields in the body of the email. I am able to set "Parent task" manually on-creation of a redmine issue or when editing an issue, so I know this functionality works in my current redmine setup.
i.e. I send the following email-body to redmine, and it properly sets all fields except "Parent task"
Description: Trying to set parent task as part of this email-generated redmine ticket Project: test-project Tracker: Task Priority: 3 - Normal Status: New Parent Task: 10871 Element: Data Management Estimated time: 9 Parent task: 10871 Parent Task: 10871 parent: 10871 Parent: 10871 Parent_Task: 10871 Parent_task: 10871 Parent_Id: 10871 Parent Id: 10871 Parent_id: 10871 Parent id: 10871
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
FTR & FWIW: this request arose from message#53706 (and indirectly from message#49619).
--------------------------------------------------------------------------------
I think this feature should have been implemented along with #443.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I wrote a patch to set the "parent task" attribute by email.
example:
<pre>
parent issue: 1(id of parent issue)
</pre>
You can also use the following key.
* parent issue
* Parent issue
* parent_issue
* String set in "field_parent_issue" in the language you are using.
** In the case of en: Parent task
** In the case of fr: Tâche parente
** In the case of ja: 親チケット
--------------------------------------------------------------------------------
Mizuki ISHIKAWA wrote:
> I wrote a patch to set the "parent task" attribute by email.
LGTM, setting target version to 4.1.0.
--------------------------------------------------------------------------------
Committed. You can set parent issue in incoming emails by using "Parent issue" or other language dependent keywords (e.g. "Parent task", "Tâche parente", "親チケット", etc).
Thank you for your contribution.
--------------------------------------------------------------------------------
related_issues
relates,Closed,19732,create subtask from mail