Roundup Tracker - Issues

Issue 2551043

classification
Add X-Roundup-issue-id email header.
Type: rfe Severity: normal
Components: Mail interface Versions: devel
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: normal : Effort-Low

Created on 2019-05-16 22:51 by rouilj, last changed 2019-06-01 17:39 by rouilj.

Messages
msg6473 Author: [hidden] (rouilj) Date: 2019-05-16 22:50
Matrixise from:

 https://github.com/python/bugs.python.org/issues/36

suggested

> Because I would like to sort my incoming emails or follow an issue,
> I need to search on the subject field. I would like to propose a new
> header for the email, just the number of the issue. Do you think it
> is possible?

My response:

This is currently configured in the code. Specifically roundupdb.py in
send_message. Search for X-Roundup. This would be good to add
upstream. I am actually surprised it's not there already.

However I suggest X-Roundup-issue-id rather than number. The field
that holds the number is id, so this makes sure that the header name
won't collide with a new "number" field.
msg6492 Author: [hidden] (rouilj) Date: 2019-06-01 17:39
Implemented as:

  X-Roundup-Issue-Id: 34

where Issue is class name, so if you have an issue class called Ticket
it should be: X-Roundup-Ticket-ID etc.

Committed on: rev5749:2c0f89edabe1
History
Date User Action Args
2019-06-01 17:39:39rouiljsetstatus: new -> fixed
assignee: rouilj
resolution: fixed
messages: + msg6492
versions: + devel
2019-05-16 23:53:50rouiljsetpriority: normal
2019-05-16 23:53:10rouiljsetkeywords: + Effort-Low
type: rfe
components: + Mail interface
2019-05-16 22:51:00rouiljcreate