Release Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 04:20 AM - edited 02-07-2024 04:23 AM
Hello Experts !!
Need help on this
1)Create an async business rule on release table when the record is new and 'release_type' is Major or minor, create 3 tasks in task table and assign them with below types one by one .
In rm_task Table
'Type' ; field have three choices - "development" , "QA Deployment " ,,"QA Testing "
2) create on after business rule on rm_task table , to monitor on update of the task record with the condition parent is release record and 'release_type' is Major
or minor, based on the task is getting closed update the release record accordingly as given in the acceptance criteria.
Thanks in advance,
Developer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 09:24 AM
Hi Aman,
That is the whole requirement
1) If Any Release is created in rm_release table , need to create 3 release tasks in rm_task table
2) If any task is getting closed we need to update the release record accordingly
Thanks,
Developer.