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-9255
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Sam Chang [Atlassian]
Reporter: Justin Koke [Atlassian]
Votes: 0
Watchers: 0
Operations

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

CreateIssueHandler does not do any length validation on the issue being created

Created: 05/Feb/06 09:54 PM   Updated: 30/Jul/06 07:34 PM
Component/s: Email integration, Services
Affects Version/s: 3.5
Fix Version/s: 3.5.2

Time Tracking:
Not Specified

Participants: Anton Mazkovoi [Atlassian], Justin Koke [Atlassian] and Sam Chang [Atlassian]
Since last comment: 2 years, 28 weeks ago
Resolution Date: 14/Feb/06 12:36 AM
Labels:


 Description  « Hide
The CreateIssueHandler fails to do a length check on any fields that have length restrictions. The most common culprit wouild be the Summary field.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Anton Mazkovoi [Atlassian] added a comment - 12/Feb/06 05:24 PM
Lets add a check for summary.

Anton Mazkovoi [Atlassian] added a comment - 12/Feb/06 05:24 PM
See if field's code can be used to do the check.

Sam Chang [Atlassian] added a comment - 14/Feb/06 01:17 AM
Create issue handler will now truncate the summary field if its too long and append '...' to it.