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-3854
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Jeff Turner [Atlassian]
Votes: 2
Watchers: 2
Operations

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

Better checking of service handler parameters

Created: 01/Jun/04 10:21 PM   Updated: 08/Jul/08 03:04 AM
Component/s: Services
Affects Version/s: 3.0 Pro Preview
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Ian Daniel [Atlassian] and Jeff Turner [Atlassian]
Since last comment: 49 weeks, 1 day ago
Labels: support_improvement


 Description  « Hide
JIRA's services take a handler.params string, which is a comma-separated list of parameters, eg:

project=JRA, issuetype=1, catchemail=www.atlassian.com

It is easy to get this wrong and leave out a comma:

project=JRA, issuetype=1 catchemail=www.atlassian.com

In this case, the issue type for issues created via email will be "1 catchemail=www.atlassian.com", which breaks many things (the status icon, the edit page, and notification emails for a start).

JIRA's code for parsing handler.params should either treat space as a delimiter, or have some error checking for cases like this.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Daniel [Atlassian] added a comment - 21/Sep/07 01:22 AM
Alternatively, a better user interface rather than just entering a comma-separated string.