Adding Participants from Group

Issue #520 resolved
Patrick Schuh [brainbits] created an issue

Hi Fidel,

I'm wondering if its possible to add all users of a group specified in a CustomField Group Picker (single group) to the Request Participants Field of JIRA Service Desk on issue creation. Trying the following returns an syntax parse error:

22-02-_2017_20-07-21.png

Comments (6)

  1. Fidel Castro Armario repo owner

    Use the following text to be parsed in advanced parsing mode:

    "+ " + toString(usersInGroup(%{10418))
    
  2. Patrick Schuh [brainbits] reporter

    Hi Fidel,

    unfortunately there is another parsing error:

    LEXICAL ERROR: Lexical error at line 1, column 37. Encountered: ")" (41), after : "%{10418"

    22-02-_2017_20-29-30b.png

  3. Patrick Schuh [brainbits] reporter

    I'm so sorry... but again there is a parsing error...

    PARSE ERROR: Encountered "" at line 1, column 38. Was expecting one of: "=" ... "!=" ... "~" ... "!~" ... "in" ... ... ... ... "union" ... "except" ... "intersect" ... "append" ... "intersect" ... "union" ... "except" ... "append" ... "=" ... "!=" ... "~" ... "!~" ... "in" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... "intersect" ... "union" ... "except" ... "append" ... "append" ... "append" ... "append" ... "append" ... "append" ....

  4. Log in to comment