Creating scrum tasks when the state of Story changes from Draft/Ready to Work in Progress.

vijayender_s
Tera Contributor

Hi.

I am trying to create 2 scrum tasks for every story that gets created and moved from Draft/Ready state to Work in Progress State.

Can someone suggest me the best approach and the possible solution.

1 ACCEPTED SOLUTION

Shree_G
Mega Sage

Hello @vijayender_s ,

 

It would be advised to use the flow Designer to achieve this for scalability : 

Trigger condition based on "rm_story" table as below:

Shree_G_0-1744632579993.png

 

In Actions Choose : Create Record for "rm_scrum_task" table as below:

Shree_G_1-1744632990165.png

 

Make sure to add below fields to have these tasks populate in the related records of the Story.

1. Parent : Story Record

2. Story : Story Record

 

 

 


If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.

View solution in original post

9 REPLIES 9

Jaspal Singh
Mega Patron
Mega Patron

Hi Vijayender,

 

You need a BR that runs when state changes to create 2 tasks. Did you try something already? Where are you stuck?

Hi Jaspal,

 

I have actually not tried anything yet. I want to try the best possible way to complete the task. So reached out here for possible solutions.

Does creating BRs automate the process of scrum tasks creation whenever the story state changes?

Creating BR will not automate things unless you have a logic in place to do something (in your case create task).

Whenver story state changes to Work in Progress from Draft you can have the BR triggered.

Sample BR logic can be looked at link.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @vijayender_s 

I would suggest going the low-code way for this issue. Use the Flow Designer instead of Business Rules (BR). Create a flow on the BR, set the conditions, and as soon as the story changes, the task will be inserted into the story. It’s a low-code solution and easy to implement.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************