Have integrated Eclipse Luna (4.4.1) with latest version of JIRA and can see the Issues in my task list but no matter what Issue I select, they are all blank. Can open with web browser and see the actual Issue but can't do anything with it inside of Eclipse - so there is no way to link to the workset I have tried to Synchronize to retrieve data multiple times and it doesn't do anything. Did see somewhere that there can be issues with older versions and customized workflow. The IntelliJ integration has no issues with the customized workflow. We are evaluating JIRA and other Atlassian tools as a replacement for IBM Jazz tools and need the ability to work on the Issues within Eclipse.
Screenshot attached.IssueWithIssue.bmp
The problem was located in JIRA priorities. Three of them: Low (10001), Medium (10002) and Critical (10003) contained \u0000 characters in the name, e.g. "L\u0000o\u0000w" (Low). These characters were parsed correctly and also stored in Mylyn task data xml files as � but could not be read back because they are not allowed according to xml specification.
IDs of these priorities (10001, ...) suggest that they were added by a user (they were not default/system ones) and redundant null characters in their names were probably side effect of copy & paste or an import from external system.
The solution is to simply fix priorities names in JIRA Administration > Issues > Priorities.
After that please go back to Eclipse, right click JIRA task repository and select Update Repository Configuration from context menu. This way local cache with priorities and other meta data will be refreshed.
Raised Mylyn issue so null characters are not stored in task data xml file: https://bugs.eclipse.org/bugs/show_bug.cgi?id=446808
Cheers,
Jacek
This case is being investigated in a support issue. We will post an update here as soon as the solution to the problem is available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.