Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivate subtask button

MORIN Nicolas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 27, 2024

Hi,

Once a sub-task has been created on an issue, it appears in the display screen of the issue, with a '+' button that allows to create more subtasks.

 

Does anyone know if it's possible to deactivate this button ?

I need the users to go through an automated process in the menu, not this button that does not trigger the automation...

 

Thanks :)

1 answer

1 accepted

1 vote
Answer accepted
Mirek
Community Champion
March 27, 2024

Hi @MORIN Nicolas 

Normally it should be possible to restrict who and when can create sub-tasks using properties, but from some reason this is not working 

https://jira.atlassian.com/browse/JRASERVER-26208

So as I described here - https://community.atlassian.com/t5/Jira-Software-questions/Re-Issue-Links-names-are-being-truncated/qaq-p/2594676/comment-id/917360#M917360

there is always a way to hide the element using CSS

For your specific case the element is called stqc_show which is a link (a href) so code that you can put into your announcement banner would be something like this 

 

<style>
a#stqc_show {
display: none;
}
</style>

 

I hope it helps :)

MORIN Nicolas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 27, 2024

Wow great, I applied it on my integration environment, it seems to work.

 

That's a very nice workaround, thanks !

 

Nicolas.

 

 

Like Mirek likes this
Mirek
Community Champion
March 27, 2024

Glad that is working for you! Enjoy! :)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.4
TAGS
AUG Leaders

Atlassian Community Events