You are viewing the old version of the documentation. See the latest version here: CRM for Jira Server Home

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyType of attributeType of property valueDescription
Directory

Directory

Multi Directory Values

Cascading Select list of custom directoriesSpecify a custom directory in this field, to choose values from.
JQL conditionJQLJQL-filter

The value must be specified as JQL-filter in attribute property "JQL condition"

(info) If you want to dispay JIRA issue where current company or contact is specified - you need to provide the following values in the filter:

  • for company: 'Company' ~ CURRENT

  • for contact: 'reporter' = CURRENT

  • for other type field, for example, Database Information: 'name field' = CURRENT_NAME

Example of JQL condition: "project = SALE AND issuetype = SALE AND 'Company' ~ CURRENT".

Notice that JQL can be not larger than 250 symbols.

FieldsJQLString

This property allows to set columns which would be shown in Company table attributes like issues (JQL), transactions, contacts.


1) For JQL attribute type

If not set in the "JQL" field there will be only 3 standard columns (issuekey, summary and status). If you need additional issue fields displayed in the "JQL" field you must enter JIRA customfields ID's (without spaces).

Example: "issuekey,customfield_14440,summary,customfield_10163,status".

All available fields:

  • customfield_ID
  • issuekey
  • summary
  • created
  • updated
  • securityLevelId
  • dueDate
  • environment
  • description
  • issueType
  • resolution
  • resolutiondate
  • affectedVersions
  • fixVersions
  • components
  • project
  • status
  • prioritet
  • assignee
  • reporter
  • labels
  • subtasks
  • timeoriginalestimate
  • timeestimate
  • timespent

2) For Contacts attribute type. You may set contacts attributes names (without spaces between field names and commas).

3) For Transactions attribute type. You may set transactions attributes names (without spaces between field names and commas).

Field valueslist of valuesString Possible values of a list should be set in this property "Field values". For example: "1:Client;2:Rival;3:Partner;4:Agency"
Set from companyDirectoryCheckboxIs used in Transactions Directory attribute. When checked directory value is taken automatically from the same "Directory" attribute of Company.

...