Within Cloud you are able to do this in the workflow.
Set a Condition on the workflow to Done, this is an ootb function
User the Sub-Task Blocking Condition in the workflow, in this condition, set the required status or statuses of that the sub-task(s) need to be in.
The automation suggested by @Tuncay Senturk
This is useful if you want the parent the transition automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ramya Srinivas ,
I am part of the Decadis support team and i would like to recommend you to take a look to the following use case of our app Jira Workflow Toolbox Cloud:
Check for unresolved sub-tasks.
This use case verify if the current issue has any unresolved sub tasks.
If you need more information, I encourage you to create a ticket on our support portal!
Best regards,
Nacho
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can achieve this using Automation and Workflow Condition
With Automation create a rule which checks subtasks and sets a flag field in the issue
Set the trigger to Issue Updated and select the transition that moves the Story to Done status (or Closed or any status in your system meaning Closed).
Add a condition selecting Related issues - subtasks. Then set the condition to check if all sub-tasks are closed, e.g. All match specified JQL (resolution IS NOT EMPTY or status = Done)
Or, if you want you can use Workflow Validator (using Script Runner or JMWE). There are validators like sub-task Blocking validator etc.
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.