Skip to end of banner
Go to start of banner

How to create multiple issues based on a number in a custom field

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This article how to create multiple issues based on the number selected in a custom field using the Create on Transition app.

Instructions

Consider a Numeric custom field named Demo.

  1. Add a post-function to the intended transition to create an issue.
    To add a post-function, navigate to Cogwheel > Issues > Workflows > select the workflow of the project and edit the same.
  2. Select Create Issue post function as shown below.

  3. Select the Conditions & Configurations tab. You can consider adding condition either by considering customfield ID(section a) or by customfield name(section b) as shown below. 
    1. Add %function_list(1, %customfield_12200%)% in the 
  4. Click Update to save the settings. Verify the condition.

  5. Publish the workflow draft.
  6. Perform the transition In Progress as shown. You will notice that issues are created based on the numeric value entered in the custom field Demo.


It is recommended to try the solution provided in a non-production environment and ensure everything is working as expected, before trying in a production environment.

  • No labels