Diff for "LaunchpadMessageRationale"

Not logged in - Log In / Register

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-05-11 08:38:55
Size: 1369
Editor: 195
Comment:
Revision 3 as of 2007-05-29 21:12:33
Size: 2106
Editor: modemcable040
Comment: Add headers used by the Answer Tracker
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
{{{
Line 16: Line 17:
}}}
Line 19: Line 21:
{{{
Line 21: Line 24:
}}}
Line 24: Line 28:
{{{
Line 25: Line 30:
}}}
Line 28: Line 34:
{{{
Line 29: Line 36:
}}}
Line 31: Line 39:

== Answer Tracker Mail ==

The basic rationale headers are for the cases where you are directly related to a question:

{{{
    X-Launchpad-Message-Rationale: Assignee
    X-Launchpad-Message-Rationale: Subscriber
}}}

The other possibility is when you are receiving the notification because you are an answer contact
for the question's target:

{{{
    X-Launchpad-Message-Rationale: Answer Contact (mozilla-firefox in ubuntu)
    X-Launchpad-Message-Rationale: Answer Contact (Ubuntu)
}}}

This is combined with the @ notation when you are a member of a team who is an answer contact:

{{{
    X-Launchpad-Message-Rationale: Answer Contact (Launchpad) @launchpad-qa
}}}

When sending out most email Launchpad will include an X-Launchpad-Message-Rationale header which you can filter with.

Bugmail

The basic rationale headers are for the cases where you are directly related to a bug:

    X-Launchpad-Message-Rationale: Assignee
    X-Launchpad-Message-Rationale: Subscriber

If you are related to a bug through a team, an @ notation is added:

    X-Launchpad-Message-Rationale: Assignee @ubuntu-kernel-bugs
    X-Launchpad-Message-Rationale: Subscriber @ubuntu-core-dev

Bug Contacts and Registrants, which are implicitly subscribed to public bugs, have their own headers:

    X-Launchpad-Message-Rationale: Bug Contact (mozilla-firefox in ubuntu)
    X-Launchpad-Message-Rationale: Registrant (kiwi)

This is combined with the @ notation when you are a member of a team who is bug contact:

    X-Launchpad-Message-Rationale: Bug Contact (ubuntu) @ubuntu-bugs

If the notification was generated in a duplicate bug, we tack on a via string:

    X-Launchpad-Message-Rationale: Assignee via Bug 1332

This one is worth explaining a bit further. Let's say this bugmail is for bug 2129; the header here means you are the assignee of "master bug" 1332, of which 2129 is a duplicate. You can use this header to filter away bug that you are receiving from duplicates of a bug you are subscribed to.

Answer Tracker Mail

The basic rationale headers are for the cases where you are directly related to a question:

    X-Launchpad-Message-Rationale: Assignee
    X-Launchpad-Message-Rationale: Subscriber

The other possibility is when you are receiving the notification because you are an answer contact for the question's target:

    X-Launchpad-Message-Rationale: Answer Contact (mozilla-firefox in ubuntu)
    X-Launchpad-Message-Rationale: Answer Contact (Ubuntu)

This is combined with the @ notation when you are a member of a team who is an answer contact:

    X-Launchpad-Message-Rationale: Answer Contact (Launchpad) @launchpad-qa

LaunchpadMessageRationale (last edited 2020-08-26 15:57:17 by doismellburning)