| Summary: | custom custom fields are erased on submit | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Christian Reimann <christian.reimann> |
| Component: | Mylyn | Assignee: | Mylyn Inbox <mylyn-inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | https://studio.atlassian.com/browse/PLE-913 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 249057 | ||
|
Description
Christian Reimann
The support for custom fields is unfortunately limited at the moment. It would help if you could attach the XML output for a task that has one of these custom fields (use the XML link in the top left when viewing an issue in the web browser). The <item> element from the xml export of the issue:
<item>
<title>[BMF-294] TransactionTest</title>
<link>http://<host:port>/browse/BMF-294</link>
<project id="10005" key="BMF">BMF-Tasks</project>
<description>Just a test..</description>
<environment></environment>
<key id="12197">BMF-294</key>
<summary>TransactionTest</summary>
<type id="16" iconUrl="http://<host:port>/images/icons/requirement.gif">Anforderung</type>
<priority id="2" iconUrl="http://<host:port>/images/icons/priority_critical.gif">Hoch</priority>
<status id="1" iconUrl="http://<host:port>/images/icons/status_open.gif">Offen</status>
<resolution id="-1">Nicht erledigt</resolution>
<assignee username="1234567">Reimann, Christian</assignee>
<reporter username="1234567">Reimann, Christian</reporter>
<created>Tue, 10 Nov 2009 10:28:54 +0100 (CET)</created>
<updated>Tue, 17 Nov 2009 09:30:57 +0100 (CET)</updated>
<component>Build: Framework- (Daily-) Build</component>
<due>Sat, 28 Nov 2009 00:00:00 +0100 (CET)</due>
<timeoriginalestimate seconds="14400">4 Stunden</timeoriginalestimate>
<timeestimate seconds="14400">4 Stunden</timeestimate>
<attachments></attachments>
<subtasks>
</subtasks>
<customfields>
<customfield id="customfield_10080" key="de.comdirect.jira:cd-cftype-transactionnumber">
<customfieldname>Transactionnumber</customfieldname>
<customfieldvalues>
3.04.101
</customfieldvalues>
</customfield>
</customfields>
</item>
The Mylyn JIRA Connector has moved to Atlassian. All unresolved Mylyn bugs assigned to the JIRA component, which includes this bug, have been copied to https://studio.atlassian.com/browse/PLE and marked as resolved on bugs.eclipse.org. The new location of this bug report can be found in the URL field. Please see this FAQ entry for further details: http://wiki.eclipse.org/Mylyn/FAQ#What_happened_to_the_Mylyn_JIRA_Connector.3F . |