@Javeria Mateen, by default the assignee will be unassigned unless you have set up a workflow post function or an automation rule to set the default.
The reporter may be the one responsible for completing the subtasks, but there could be others that need to contribute as well.
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Post functions are actions which execute on an issue after a transition has been executed. There are several built in post functions automatically applied to each transition, but your administrators can set their own custom post functions.
https://support.atlassian.com/jira-cloud-administration/docs/configure-advanced-issue-workflows/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A post-function is a chunk of code that is run once a transition has been validated and confirmed (a transition is a change of status).
They are implemented in workflows in the project. You can find these in the project settings (For company-managed, in the workflow scheme, for team-managed, they're under each issue type)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The subtask may also be getting set based on a Component being assigned to it (if these are issues in a Company Managed project).
Components can be used to set a default assignee for an issue when the Component is added to the new issue during creation.
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.