Expand my Community achievements bar.

SOLVED

Want to cerate issue with specific fields from another issue and assign it to particular user

Avatar

Level 3

Hi,

 

I am working on a scenario where I have to create a issue with specific fields from another issue and assign it to a particular user.

Since I am pretty new to fusion, can any one suggest me how can I achieve this scenario.

 

Any help or guidance will be highly appreciated. TIA!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4
  • Watch Events, Type: Issue, filter for Project ID where the issues ID are (you don't want them all do you)

  • Read Issue: select all custom fields as output
  • Create issue: use selected custom fields to create other issues (set Project ID where you want to create the new issue) 
    • Add an error handler here for ... issues. pun intended

View solution in original post

3 Replies

Avatar

Correct answer by
Level 4
  • Watch Events, Type: Issue, filter for Project ID where the issues ID are (you don't want them all do you)

  • Read Issue: select all custom fields as output
  • Create issue: use selected custom fields to create other issues (set Project ID where you want to create the new issue) 
    • Add an error handler here for ... issues. pun intended

Avatar

Level 1

@D____D Thanks for looking into it. Its working fine with the Create Record (Legacy) module but when I am using the Create record module, We have to select the custom form, only then fields will be available but the problem with this is If I keep the fields blank that are not required, It will still move all the fields into the new issue in blank state as we are using the custom form here However, I want to create the issue with only desired custom field.

 

Any suggestion on how to achieved this would be highly appreciated.

 

Thank you

Avatar

Level 4

The "Create" action/module will essentially "create" a new record, so fields left blank for a new record should remain blank.  While I'm unfamiliar with your scenario/requirements, you should be able to update the fields you want based on your requirements after selecting the form and only entering data for the fields you wish to update.  Unfortunately, the new create module does not display the system name of fields (really sad about that), so ensure you know your custom fields' display name in the new create module.