Skip to end of banner
Go to start of banner

How to prevent creation of subtask with the same summary.

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 8 Next »

How to create a subtask based on the summary of the parent where it will not create the subtask with the same summary using the app Create on Transition for Jira.

Instructions

Here is an example of a multiple subtask post functions, wherein one post function results if the subtask with the summary- SOP Checklist exists then it will not create the subtask with the same summary and another post function results subtask creation with the parent summary on the transition to INPROGRESS.

  1. Log in as a Jira Administrator and click  > Projects.
  2. Select the required project and click Project Settings.
  3. Select the required workflow and click Edit to view the transitions associated with the workflow.
  4. Select a transition and click Post-Function from the box on the right. Details about the transition are displayed.
  5. Click Add post function. The Add Post Function To Transition screen appears.
  6. Select Create Sub-task from the list and click Add.
  7. Configure the below settings and click on Update.

  8. Publish the workflow before performing the transition. The sub-tasks are created only if the specified condition is met as shown:


It is highly recommended to test the above scenario in a test environment before deploying it into production. 

  • No labels