<< Back to previous view |
![]() |
[QB-413] JIRA integrator plugin: does not allow for mapping projects > 255 characters
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Elias Ross | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
http://confluence.atlassian.com/display/JIRAEXT/JIRA+QuickBuild+Plugin Plugin Version: 1.2.1 On the JIRA side, entering a mapping > 255 characters long throws an exception: 17:10:23,191 ERROR [EditService] Error occurred trying to update service properties: com.opensymphony.module.propertyset.IllegalPropertyException: String exceeds 255 characters. com.opensymphony.module.propertyset.IllegalPropertyException: String exceeds 255 characters. at com.opensymphony.module.propertyset.AbstractPropertySet.setString(AbstractPropertySet.java:365) at com.atlassian.jira.configurableobjects.ConfigurableObjectUtil.createPropertySet(ConfigurableObjectUtil.java:42) at com.atlassian.jira.service.OfBizServiceConfigStore.editServiceConfig(OfBizServiceConfigStore.java:72) at com.atlassian.jira.service.DefaultServiceManager.editService(DefaultServiceManager.java:118) at com.atlassian.jira.web.action.admin.EditService.doExecute(EditService.java:38) |
Comments |
Comment by Robin Shen [ 05/Mar/09 08:01 PM ] |
This is rather a JIRA issue than a QuickBuild plugin issue as JIRA limits the text area to be less than 255 chars. |
Comment by Elias Ross [ 05/Mar/09 11:18 PM ] |
Would it be possible to configure the plugin to use a different sort of text field? I mean, the comment fields (such as this one) do support > 255 characters. |
Comment by Robin Shen [ 07/Mar/09 05:30 PM ] |
I searched over JIRA documentation but can not find a field type of comment which can be used to configure JIRA service plugin properties. Maybe this field type is not opened to service properties. However there is a workaround for the problem: You may configure more than one version puller services and split the project/configuration mappings into multiple services. |
Comment by Robin Shen [ 25/Jun/10 08:54 AM ] |
1.x QuickBuild plugin is no longer maintained. A new plugin to integrate JIRA with QuickBuild is available in 3.0 now. |