Hi,
Is it possible to remove the option create subtask button from the menu?
If you remove the sub-task Issuetype from the project then it should disappear. I have not tried this but know it is not there in my projects without subtasks. Also if you already have sub tasks in that project you would need to move to tasks/stories.
Yes if you dont have subtask issuetype in the project. But I want to create subtask through workflow in a transistion.
This is because I want to block creating subtask from all status. Only want to create subtask from two status in the workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah I see. That is certainly important info. Unfortunately it is not possible control the ability to create a sub task based on the parent’s status. I doubt either of these are useful but…
You could limit who can create the sub task via condition on the create. You could use automation to close the created sub task if the parent is not in the desired status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In jira server I could do this: https://community.atlassian.com/t5/Jira-Core-Server-questions/How-to-hide-the-Create-Sub-Task-option-under-the-More-dropdown/qaq-p/151407 , then the button was hidden.
But thanks, this help "You could use automation to close the created sub task if the parent is not in the desired status."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more:
I have 4 issuetypes and 1 subtask in my project. But subtask I only want to be created in 1 of this 4 issuetypes. Is this possible?
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.
If I could have hidden the create subtask button then this wouldnt been a issue for other issuetypes. Then I could only do this trough workflow. :)
Or if I could validated subtask to issuetype on create
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.
in CLOUD there is no way to hide the "Create subtask" for Standard tickets or "Create issue in epic" for Epic tickets..
The only way (at least) to block the creation of a subtask when created is to add some validation in the workflow "Create" transition of all the sub-task issuetypes in your project, where you prevent the sub-task creation if the parent status is not the desired one, or some other controls:
Fabio
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.