New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-10539
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Espen Tjønneland
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Need to disable user recognition of sender in Message Handlers

Created: 04/Jul/06 08:20 AM   Updated: 04/Jul/06 08:19 PM
Component/s: Services
Affects Version/s: 3.6.2
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Brian Nguyen and Espen Tjønneland
Since last comment: 2 years, 8 weeks, 1 day ago
Labels:


 Description  « Hide
We use the "create issue from email" service in JIRA but have the following problem:

We wish to always override the user who creates the issue from the CreateIssueHandler. Even though we have the user who sends the email in our database we do not want this person to be associated with this project.

We have two projects. In project A the user has permission to create issues within JIRA. In project B we do not want to give the user this right. So these needs conflicts.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brian Nguyen added a comment - 04/Jul/06 08:19 PM
Hi Espen,

This can be achieved by writing your own Issue Handler that only uses a default reporter, and disregards the user email.

The source for the Message Handlers are available to download from our online documentation, and the change required should be a minor.

Thanks,
Brian