Copy Multiple User Picker (MUP) to another MUP in another issue

Issue #994 new
Mathias Böni created an issue

I am trying to copy the content of a MUP of a parent issue to its linked sub-issue in a workflow's post-condition. Therefore, I was trying to use JWT's post function "Read fields from linked issues or subtasks". But my approach just generated the following error message.

"Error occurred while creating issue. This could be due to a plugin being incompatible with this version of JIRA. For more details please consult the logs, and see: http://confluence.atlassian.com/x/3McB java.lang.String cannot be cast to java.util.Collection"

The the parent issue "is blocked by" the child issue. Both fields are Multiple User Pickers.

My configuration was is set as it is shown in the screenshots (I just attached screenshots with fields that have been changed compared to the default settings).

Part 1: 2018-04-30_17h10_01.png

Part 2: 2018-04-30_17h10_15.png

Part 3: 2018-04-30_17h10_30.png

Comments (4)

  1. Fidel Castro Armario repo owner

    Hi @mwiegard,

    First of all, I inform you that we have a new support site. Please, use it for your future issues and support requests.

    I have used a configuration similar to yours, on JIRA 7.7.1 and JWT 2.3.4, and it works perfectly.

    I suspect that one of the fields you are using is not a JIRA native Multi-User Picker, but a special kind of User Picker provided by a third-party plugin. Am I right?

  2. Fidel Castro Armario repo owner

    Hi @mwiegard,

    Can you, please, tell me which add-on where you using for implementing the special Multi-User Picker? Maybe, we can support it in a future version of JWT.

  3. Log in to comment