Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Scenario

A major issue has been marked completed in Project A but it must be sent over to Project B for developers to conduct further investigation.

Method #1

  • Run a test case against Profile A to generate an issue in Project A
  • Using Ad-hoc, send the notification to Mail Handler configured against Profile B
  • Navigate JEMH → Auditing 
  • Check the last mail and click Report

A similar error message should be encountered stating the user has no involvement with Project A.

Navigate JEMH → Auditing. Find the mail and click Export and open the file

The mail headers In-Reply-To and References and Issue Key in the subject are the key to associate with the issue residing in Project A.

To bypass this aspect, you'll need to:

  • Remove the issue key from the subject to stop association and/or change/limit the Regex value for Subject IssueKey (comment) Regexps which will only associate with the issue key to it's project i.e. \bSPA-[0-9]+\b
  • Disable Threading Checking - JEMH → Email →Pre-processing → Disable Thread Checking 

Method #2

From JEMH 3.x.x, a new feature has been implemented which will stop including the following mail headers: 

  • In-Reply-to 
  • References 

This function can be found within the JEMH Ad-Hoc Notification screen under the Settings tab when sending a Ad-Hoc message:

Additionally, this is also located within the Workflow Post function screen located under Workflows → Edit → Corresponding Transition → Post Functions - either add a new post function or edit the existing post function:

Notice the difference in both of the mail headers:

Disable Mail Threading OnDisable Mail Threading Off

  • No labels