Versions Compared

Key

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

...

  • Create some custom fields in jira JIRA and remember their ids. They should be of the form customfield_yyyyy, where yyyyy is a number.
  • After you go through the steps from the configuration page and the data source configuration page, go to Administration -> Kepler General Parameters -> Database Custom Field and fill in the "Sql Query" field for the main database custom field: customfield_xxxxx with the dynamic clause of the form, for example, "WHERE col1={customfield_yyyyy} AND col2={customfield_zzzzz} OR col2={customfield_ttttt}").
  • Save the configuration.

...

What types of custom field are supported?

Jira JIRA custom fields

  • Text Field (< 255 characters)
  • User Picker
  • URL Field
  • Free Text Field (unlimited text)
  • Number

...