Forums

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

Missing create sub-task icon in view screen

Aleksandra Kalischek August 5, 2019


Is it possible to see (+) icon for creating sub-task in view screen? (Jira Server 7.11.2)
In normal case, it will be displayed if first sub-task created. (via Menu - create sub-taks)
Some people in my company would like to see it before. :(

ThxUnbenannt1.png

2 answers

2 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2019

You can get Jira Server to show the sub-task header (including the +) with a minor tweak - just add a line in the properties file in the jira home directory and restart Jira.  Mine usually reads as below:

root@zen:/opt/home-jira# cat jira-config.properties

jira.websudo.is.disabled = true
jira.view.issue.show.quicksubtask.when.no.subtasks=true

0 votes
Answer accepted
Tarun Sapra
Community Champion
August 5, 2019

Hello @Aleksandra Kalischek 

Currently it's not possible to have the plus icon if there are no existing sub-tasks for the issue. I am not exactly aware of the customization in the Jira code which might need to be done for this feature to be available.

Tarun Sapra
Community Champion
August 5, 2019

I have found an open ticket, something similar to what you require for your users, but it's an open ticket and still unresolved.

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

Like Aleksandra Kalischek likes this
Aleksandra Kalischek August 5, 2019

Thanks for your answer @Tarun Sapra 

Suggest an answer

Log in or Sign up to answer