-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
None
-
Affects Version/s: 3.10.1
-
Component/s: Email notifications
-
3.1
-
Severity 2 - Major
-
Create Issue handler can create an issue with a specific issue type, but the issue type is not associated with the particular project.
Steps to reproduce this problem:
- A project (TST) associated with an issue type scheme consisting only one issue type. For example, "Bug".
- Create an issue via an email handler, with the following params:
handler.params:project=TST, issuetype=2, reporterusername=admin
The issue is created successfully through the handler. This issue type will be "New Feature" instead of "Bug".
- is related to
-
JRASERVER-62923 JIRA allows invalid issue types to be created from a mail handler
- Gathering Interest