Hello,
You would need to remove all sub task issue types from the issue type scheme for this project. You can read more about issue type schemes here:
Ok.
Basically go to the project settings -> Issue Type scheme. Then edit it, remove all subtask types and save.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this case you will not have sub tasks anymore in your project. Jira will ask you to convert all existing sub tasks to a new issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting error.. I think sub-task is mandatory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sub-tasks are not mandatory.
Write a JQL query like this in your Issue Navigator:
issuetype in subtaskIssueTypes() and project = yourproject
Then convert all selected issues to usual tasks by bulk edit. User the move option there. After it you should be able to remove the sub-task type from the issue type scheme.
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.