create Multiple sub task with different Assignee

Issue #514 resolved
Michael shechter created an issue

Hi, I have issue with few people responsible. I what to create subtasks with different assignee. is there any way to use user multi pickerfield so if in this field I have 3 users the post-function will create 3 sub tasks with 3 different Assignee. the second options for me is use one issue instant of sub task and use a validator that check if all users from the user multi picker field mark Checkboxe and only then i can close this issue. how can o do it ? thank you.

Comments (4)

  1. Fidel Castro Armario repo owner

    Hi Michael, it can be done, but you need at least version 2.2.24 in order to use "Create issues and subtasks" post-function.

    You can do it using multiple issue creatio based on seed strings with the following configuration: Captura de pantalla 2017-02-16 a las 13.46.43.png

    Seed string expression is:

    toStringList(%{10603}) 
    

    where %{10603} is field code of a Multi-User Picker custom field in the particular JIRA instance used for the example.

    For assigning each new issue to one of the users selected in the Multi-User Picker custom field you should use the following configuration:

    Captura de pantalla 2017-02-16 a las 13.50.32.png where ^% represent the seed strings, which contains a username.

    I'm having troubles to understand your second question. Can you please explain it using other words? Thanks.

  2. Michael shechter reporter

    because I have issue that a few users need to work on it and I cant create multi sub task, I want to create validator on the resolved transition that all user in the specific field must check a Checkboxe to close the issue. this way I know that all user in a field worked on this issue and Confirmed.

  3. Log in to comment