User id in custom field from to/cc

Deleted user December 17, 2012

Is it possible to write a user id of existing JIRA users in a custom field from the to/cc field of an email? (with JEMH)

2 answers

1 accepted

0 votes
Answer accepted
Andy Brook [Plugin People]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 18, 2012

Currently, JEMH deals with addressees in two ways, under "Email > Addressee Processing" if you include 'toCustomField' all addressees are checked to see if they relate to a current JIRA user. JIRA users are added to a nominated MultiUserPicker type, non-JIRA account holders are added 'CSV style' to a nominated TEXT custom field.

The differentiation between to: and cc: always caused problems, more often than not, there was really no difference. If your use case really requires differentation of to: and cc: addresses, that could be added, but isnt current doable (ironically, this is how JEMH first implemented things long ago!)

0 votes
Sreenivasaraju P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 17, 2012

Do you want user id or mail id. how you send mail to user id ?

you can mail ids to cc or bcc.

you can get all the mail id of the user.

String recipient = user.getEmailAddress();

Email email = new Email(null,null,recipient); // this will add mail id in the bcc

Deleted user December 17, 2012

I want that the users from the to/cc field are written in a custom field, if an issue is created with an email. But it should be possible to get their JIRA user id and not just plain text.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events