Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleRequired apps

User Group Picker PRO

Level: BASIC

 


The following problems were actually the reason we created User Group Picker PRO. These are basic problems and start on the premise of a collection of users (added by other means) in the Jira database. Both external systems and Jira help maintaining this collection of users which are actually augmenting the Jira user with various flags.

...

Solution

Use sql routine in the SIL SIL™ code for the custom field of type SIL SIL™ User Group Picker like in the following code example:

...

The code above returns the list of employees having supervisor flag set to true. 


Info

The returned results should have the corresponding users created in Jira. The username of the Jira users should match the values from the user_name column.

...