简体   繁体   English

Jira On Demand,获取实际发件人的电子邮件ID

[英]Jira On Demand, get the email id of the actual sender

We are on JIRA On Demand. 我们按需提供JIRA。 We have one Email handler configured to create/update tickets if we receive emails on a particular email id. 如果我们收到有关特定电子邮件ID的电子邮件,我们将一个电子邮件处理程序配置为创建/更新故障单。 In most of the cases, the emails will be from outside email ids and hence we have a JIRA user id by which the emails from unknown ids will be created as issues. 在大多数情况下,电子邮件将来自外部电子邮件ID,因此我们拥有JIRA用户ID,通过该ID,来自未知ID的电子邮件将作为问题被创建。 So reporter of the issue will be our JIRA user though the emails are from some unknown email ids. 因此,尽管这些电子邮件来自一些未知的电子邮件ID,但该问题的报告者将是我们的JIRA用户。 Is there any way to get the actual "FROM Email ids" and put it in a custom field or at least to get the correct email id. 有什么方法可以获取实际的“ FROM电子邮件ID”并将其放在自定义字段中,或者至少是要获取正确的电子邮件ID。

According to the Atlassian page on creating isses from incoming emails the "From" is appended at the end of the message body if you are using Default Reporter: 根据有关从传入电子邮件创建问题的Atlassian页,如果您使用的是Default Reporter,则在邮件正文末尾添加“发件人”:

Default Reporter 默认记者

Specify the username of a default reporter, which will be used if the email address in the From: field of any received messages does not match the address associated with that of an existing JIRA user — for example, a JIRA username such as emailed-reporter 指定默认报告者的用户名,如果任何收到的消息的“发件人:”字段中的电子邮件地址与现有JIRA用户的地址不匹配,则将使用该默认报告者的名称,例如JIRA用户名,例如emailed-reporter

(info) Note: (信息)注意:

When an issue is created and this option is specified, the email message's From: field address is appended in a brief message at the end of the issue's Description field, so that the sender can be identified. 创建问题并指定此选项后,电子邮件的“发件人:”字段地址会在问题的“描述”字段末尾的简短消息中附加,以便于识别发件人。

Unfortunately there doesn't look like a convenient way to transfer this to an issue field. 不幸的是,似乎没有一种简便的方法可以将其转移到问题字段。 At least the information will be present though in the issue description. 尽管问题描述中至少会包含该信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM