This is an old revision of the document!


Supported Redmine Issue Fields

  • subject: targetType=""
  • description: targetType=""
  • assigned_to_id: targetType="user"
  • custom_fields: targetType="custom[.targetType]" → See section about custom fields

Supported Redmine Custom Fields

Custom fields have a unique ID and can be written using this ID.

For example:

<attribute ident="customURL" type="text" target="1" targetType="custom"/>

Supported Custom Field Types:

  • Text: targetType="custom''
  • Long text: targetType="custom''
  • Boolean: targetType="custom''
  • Link: targetType="custom''
  • User: targetType="custom.user''