Hello!
Can someone help me figure this out? Struggling on the first half.
Use Case:
I have a User Story with 3 subtasks. When the final sub task transitions to “in progress.” I would like to update a custom date field in the User Story.
Ideally with a value (current date + x). This is so I can attach an SLA to my User Story.
Thank you in advance!
@Jack Arndt Hiiii
I think It is better to work on automation and workflow at the same time. I mean on the workflow of the parent (story) you can have a condition that all sub-tasks must be in progress (on open to in-progress transition). And on the automation for sub-issue (sub-task) have a post function that transit subtask's parent to in-progress (on open to in-progress transition) and edit subtask's parent for example due date: {{now.plusDays(X)}}.
See the picture, please
The picture for automation
Wow! Thank you this was extremely helpful! :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.