Copy Component field value from parent to subtask

Issue #293 resolved
IT MayaHTT created an issue

Hi Fidel,

I've tried to use "Copy Value From Other Field" post-function with option "Copy from parent" to get my Component/s field value automatically copied from Parent when creating a sub-task, but unfortunately this doesn't work.

Would you have by any chance a post-function that I could use to do that ?

Thanks in advance for looking into that !

Cheers, John

Comments (3)

  1. Fidel Castro Armario repo owner

    You can do it using "Copy a parsed text to a field" post-function with the following configuration:

    Captura de pantalla 2016-04-15 a las 21.33.53.png

    Note that %{00095} is field code for "Parent's components".

    If you wanted to add parent's components to current issue components, instead of overwriting them, you should use the following text to be parsed:

    + %{00095}
    
  2. IT MayaHTT reporter

    Great ! I was close but I did try 00094 instead of 00095.

    Thanks for your help.

    Have a good one !

    John

  3. Log in to comment