Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » [API] dealing with priorites
[API] dealing with priorites [message #597365] Mon, 06 April 2009 14:22
Philippe Marschall is currently offline Philippe MarschallFriend
Messages: 121
Registered: July 2009
Senior Member
Hi

I'm writing a Mylyn connector for a proprietary in-house issue tracker.
I'm using the connector crash course examples from the EclipseCon
presentation as a basis for my work. I'm now at the end of the examples
and at the point where my issues show up in Mylyn and basic query
functionality works.

The current problem I have is that custom and standardized task
attributes don't show up in the task editor. Right now I'd like to get
the priority to work. I create the priority attribute like this:

TaskAttribute priority =
data.getRoot().createAttribute(TaskAttribute.PRIORITY);
priority.getMetaData().setReadOnly(false).setType(TaskAttrib ute.TYPE_SINGLE_SELECT).setLabel( "Priority:");

However it doesn't show up in the task editor. Additionally I don't know
what value I should set for the attribute PriorityLevel#toString() or
PriorityLevel#getDescription().

Cheers
Philippe
Previous Topic:WikiText Linking to Other Files
Next Topic:Mac Leopard 10.5.6, mylyn installed but not showing
Goto Forum:
  


Current Time: Fri Apr 19 04:48:48 GMT 2024

Powered by FUDForum. Page generated in 0.01943 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top